Skip to content

Commit 670b241

Browse files
authored
fix: removed-hover-class-on-color (#6531)
1 parent e2e77b0 commit 670b241

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • frontend/web/components/navigation/TabMenu

frontend/web/components/navigation/TabMenu/Tabs.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,7 @@ const Tabs: React.FC<TabsProps> = ({
193193
isSelected={false}
194194
className={classNames(
195195
'full-width btn-no-focus width-100',
196-
[
197-
active
198-
? 'text-primary fw-semibold fill-primary'
199-
: 'hover-color-primary',
200-
],
196+
active && 'text-primary fw-semibold fill-primary',
201197
)}
202198
noFocus={noFocus}
203199
child={child}

0 commit comments

Comments
 (0)