From 3c2690730168276bec2d971960290aaa1bee5be3 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 25 May 2024 13:57:20 +0300 Subject: [PATCH] Fixed hover color issue of tabs --- components/lib/themes/nora/tabmenu/index.js | 2 +- components/lib/themes/nora/tabs/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/themes/nora/tabmenu/index.js b/components/lib/themes/nora/tabmenu/index.js index 4b9f0a4dc..e66e43711 100644 --- a/components/lib/themes/nora/tabmenu/index.js +++ b/components/lib/themes/nora/tabmenu/index.js @@ -9,7 +9,7 @@ export default { }, item: { background: '{content.background}', - hoverBackground: '{surface.200}', + hoverBackground: '{content.hover.background}', activeBackground: '{primary.color}', borderWidth: '0', borderColor: 'transparent', diff --git a/components/lib/themes/nora/tabs/index.js b/components/lib/themes/nora/tabs/index.js index c3fcc4d86..8f36ab1bb 100644 --- a/components/lib/themes/nora/tabs/index.js +++ b/components/lib/themes/nora/tabs/index.js @@ -9,7 +9,7 @@ export default { }, tab: { background: '{content.background}', - hoverBackground: '{surface.200}', + hoverBackground: '{content.hover.background}', activeBackground: '{primary.color}', borderWidth: '0', borderColor: 'transparent',