fix: default to not override book color for PDF, closes #2397 (#2404)

This commit is contained in:
Huang Xin
2025-11-05 01:46:37 +08:00
committed by GitHub
parent 0ec4e37c13
commit b808fc5954
+1 -1
View File
@@ -195,7 +195,7 @@ export const DEFAULT_CJK_VIEW_SETTINGS: Partial<ViewSettings> = {
};
export const DEFAULT_FIXED_LAYOUT_VIEW_SETTINGS: Partial<ViewSettings> = {
overrideColor: true,
overrideColor: false,
};
export const DEFAULT_VIEW_CONFIG: ViewConfig = {