Skip to content

Commit a1d6abf

Browse files
committed
👌 rename Panel to MobilePanel on theme.js
1 parent 7805acc commit a1d6abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/theme.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
default: grays.middleGray,
9090
hover: grays.darker
9191
},
92-
Panel: {
92+
MobilePanel: {
9393
default: {
9494
foreground: colors.black,
9595
background: grays.light,
@@ -128,7 +128,7 @@ export default {
128128
default: grays.middleLight,
129129
hover: grays.lightest
130130
},
131-
Panel: {
131+
MobilePanel: {
132132
default: {
133133
foreground: grays.light,
134134
background: grays.dark,
@@ -167,7 +167,7 @@ export default {
167167
default: grays.mediumLight,
168168
hover: colors.yellow
169169
},
170-
Panel: {
170+
MobilePanel: {
171171
default: {
172172
foreground: grays.light,
173173
background: grays.dark,

0 commit comments

Comments
 (0)