mirror of
https://github.com/zadam/trilium.git
synced 2026-03-01 01:53:38 +01:00
This commit is contained in:
parent
7fac172ce2
commit
f4d91e48ba
@ -7,7 +7,8 @@ const VARIABLE_WHITELIST = new Set([
|
|||||||
"root-background",
|
"root-background",
|
||||||
"main-background-color",
|
"main-background-color",
|
||||||
"main-border-color",
|
"main-border-color",
|
||||||
"main-text-color"
|
"main-text-color",
|
||||||
|
"theme-style"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
interface PdfViewerProps extends Pick<HTMLAttributes<HTMLIFrameElement>, "tabIndex"> {
|
interface PdfViewerProps extends Pick<HTMLAttributes<HTMLIFrameElement>, "tabIndex"> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user