Fixed hover color issue of tabs

pull/5806/head
Cagatay Civici 2024-05-25 13:57:20 +03:00
parent 54fdc0447a
commit 3c26907301
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export default {
},
item: {
background: '{content.background}',
hoverBackground: '{surface.200}',
hoverBackground: '{content.hover.background}',
activeBackground: '{primary.color}',
borderWidth: '0',
borderColor: 'transparent',

View File

@ -9,7 +9,7 @@ export default {
},
tab: {
background: '{content.background}',
hoverBackground: '{surface.200}',
hoverBackground: '{content.hover.background}',
activeBackground: '{primary.color}',
borderWidth: '0',
borderColor: 'transparent',