Fixed hover color issue of tabs
parent
54fdc0447a
commit
3c26907301
|
@ -9,7 +9,7 @@ export default {
|
||||||
},
|
},
|
||||||
item: {
|
item: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
hoverBackground: '{surface.200}',
|
hoverBackground: '{content.hover.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderWidth: '0',
|
borderWidth: '0',
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default {
|
||||||
},
|
},
|
||||||
tab: {
|
tab: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
hoverBackground: '{surface.200}',
|
hoverBackground: '{content.hover.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderWidth: '0',
|
borderWidth: '0',
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
|
|
Loading…
Reference in New Issue