We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7f79 commit 61e21b2Copy full SHA for 61e21b2
special-pages/pages/new-tab/app/components/App.js
@@ -61,7 +61,7 @@ export function App() {
61
</div>
62
63
</main>
64
- <div data-theme={main}>
+ <div class={styles.themeContext} data-theme={main}>
65
<CustomizerMenuPositionedFixed>
66
{customizerKind === 'menu' && <CustomizerMenu />}
67
{customizerKind === 'drawer' && (
special-pages/pages/new-tab/app/components/App.module.css
@@ -52,7 +52,9 @@ body[data-animate-background="true"] {
52
color: var(--ntp-text-normal);
53
}
54
55
-
+.themeContext {
56
+ color: var(--ntp-text-normal);
57
+}
58
59
.mainLayout {
60
will-change: transform;
0 commit comments