Skip to content

Commit f62eecb

Browse files
committed
[#103] 💄 change hover effect from bg color to text color
1 parent e2ce2bb commit f62eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/shared/header/Header.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const Header = ({
5050
href={headerTab.link}
5151
variant='text'
5252
size='lg'
53-
className={clsx('w-118 hover:bg-gray-100', {
53+
className={clsx('w-118 hover:text-primary-normal', {
5454
'text-primary-normal': currentPage === headerTab.link,
5555
})}
5656
key={headerTab.label}

0 commit comments

Comments
 (0)