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 7805acc commit a1d6abfCopy full SHA for a1d6abf
client/theme.js
@@ -89,7 +89,7 @@ export default {
89
default: grays.middleGray,
90
hover: grays.darker
91
},
92
- Panel: {
+ MobilePanel: {
93
default: {
94
foreground: colors.black,
95
background: grays.light,
@@ -128,7 +128,7 @@ export default {
128
default: grays.middleLight,
129
hover: grays.lightest
130
131
132
133
foreground: grays.light,
134
background: grays.dark,
@@ -167,7 +167,7 @@ export default {
167
default: grays.mediumLight,
168
hover: colors.yellow
169
170
171
172
173
0 commit comments