Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pdf-reader): correct background color and highlight variable names
Rename variables for PDF background colors to accurately reflect their purpose: - Change '$pdf-background' to '$pdf-highlight-background' in light theme - Change '$pdf-background' to '$pdf-hightlight-background' in dark theme Additionally, adjust the CSS to set the text layer background color based on the theme mode: - For light theme: use '--b3-theme-background' for text layer background - For dark theme: continue using '--b3-theme-background' for text layer background These changes improve variable naming consistency and ensure proper theme application.
- Loading branch information