style/pdf viewer: fix color scheme
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
Adorian Doran 2026-02-26 20:46:55 +02:00
parent 7fac172ce2
commit f4d91e48ba

View File

@ -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"> {