Transparent group bg
parent
6977110767
commit
33b83f22e6
|
@ -305,7 +305,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
optionGroup: {
|
optionGroup: {
|
||||||
background: '{surface.0}',
|
background: 'transparent',
|
||||||
color: '{text.muted.color}'
|
color: '{text.muted.color}'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -323,7 +323,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
submenuLabel: {
|
submenuLabel: {
|
||||||
background: '{surface.0}',
|
background: 'transparent',
|
||||||
color: '{text.muted.color}'
|
color: '{text.muted.color}'
|
||||||
},
|
},
|
||||||
submenuIcon: {
|
submenuIcon: {
|
||||||
|
@ -427,7 +427,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
optionGroup: {
|
optionGroup: {
|
||||||
background: '{surface.900}',
|
background: 'transparent',
|
||||||
color: '{text.muted.color}'
|
color: '{text.muted.color}'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -445,7 +445,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
submenuLabel: {
|
submenuLabel: {
|
||||||
background: '{surface.900}',
|
background: 'transparent',
|
||||||
color: '{text.muted.color}'
|
color: '{text.muted.color}'
|
||||||
},
|
},
|
||||||
submenuIcon: {
|
submenuIcon: {
|
||||||
|
|
|
@ -307,7 +307,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
optionGroup: {
|
optionGroup: {
|
||||||
background: '{surface.0}',
|
background: 'transparent',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -325,7 +325,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
submenuLabel: {
|
submenuLabel: {
|
||||||
background: '{surface.0}',
|
background: 'transparent',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
submenuIcon: {
|
submenuIcon: {
|
||||||
|
@ -432,7 +432,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
optionGroup: {
|
optionGroup: {
|
||||||
background: '{surface.900}',
|
background: 'transparent',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -450,7 +450,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
submenuLabel: {
|
submenuLabel: {
|
||||||
background: '{surface.900}',
|
background: 'transparent',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
submenuIcon: {
|
submenuIcon: {
|
||||||
|
|
Loading…
Reference in New Issue