mirror of
https://github.com/zadam/trilium.git
synced 2026-02-28 01:00:54 +01:00
style/pdf viewer: fix color scheme
This commit is contained in:
@@ -7,7 +7,8 @@ const VARIABLE_WHITELIST = new Set([
|
||||
"root-background",
|
||||
"main-background-color",
|
||||
"main-border-color",
|
||||
"main-text-color"
|
||||
"main-text-color",
|
||||
"theme-style"
|
||||
]);
|
||||
|
||||
interface PdfViewerProps extends Pick<HTMLAttributes<HTMLIFrameElement>, "tabIndex"> {
|
||||
|
||||
Reference in New Issue
Block a user