👌 rename Panel to MobilePanel on theme.js
This commit is contained in:
parent
7805accf95
commit
a1d6abf00f
1 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ export default {
|
||||||
default: grays.middleGray,
|
default: grays.middleGray,
|
||||||
hover: grays.darker
|
hover: grays.darker
|
||||||
},
|
},
|
||||||
Panel: {
|
MobilePanel: {
|
||||||
default: {
|
default: {
|
||||||
foreground: colors.black,
|
foreground: colors.black,
|
||||||
background: grays.light,
|
background: grays.light,
|
||||||
|
@ -128,7 +128,7 @@ export default {
|
||||||
default: grays.middleLight,
|
default: grays.middleLight,
|
||||||
hover: grays.lightest
|
hover: grays.lightest
|
||||||
},
|
},
|
||||||
Panel: {
|
MobilePanel: {
|
||||||
default: {
|
default: {
|
||||||
foreground: grays.light,
|
foreground: grays.light,
|
||||||
background: grays.dark,
|
background: grays.dark,
|
||||||
|
@ -167,7 +167,7 @@ export default {
|
||||||
default: grays.mediumLight,
|
default: grays.mediumLight,
|
||||||
hover: colors.yellow
|
hover: colors.yellow
|
||||||
},
|
},
|
||||||
Panel: {
|
MobilePanel: {
|
||||||
default: {
|
default: {
|
||||||
foreground: grays.light,
|
foreground: grays.light,
|
||||||
background: grays.dark,
|
background: grays.dark,
|
||||||
|
|
Loading…
Reference in a new issue