We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfa7fd commit 4bf1786Copy full SHA for 4bf1786
client/src/reader/components/section/Text.js
@@ -74,7 +74,6 @@ export default function Text({
74
const colorScheme = appearance.colors.colorScheme;
75
const highContrast = appearance.colors.highContrast;
76
77
-
78
const readerAppearanceClass = classNames({
79
"reader-window": true,
80
"scheme-light": colorScheme === "light",
0 commit comments