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: { 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',

View File

@ -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',