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