We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e77b0 commit 670b241Copy full SHA for 670b241
1 file changed
frontend/web/components/navigation/TabMenu/Tabs.tsx
@@ -193,11 +193,7 @@ const Tabs: React.FC<TabsProps> = ({
193
isSelected={false}
194
className={classNames(
195
'full-width btn-no-focus width-100',
196
- [
197
- active
198
- ? 'text-primary fw-semibold fill-primary'
199
- : 'hover-color-primary',
200
- ],
+ active && 'text-primary fw-semibold fill-primary',
201
)}
202
noFocus={noFocus}
203
child={child}
0 commit comments