Skip to content

Commit

Permalink
responsive underline thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Dec 5, 2024
1 parent dd140fc commit bd0ceb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const sx = {
},
hover: {
':hover': {
textDecorationThickness: '2px',
textDecorationThickness: ['2px', '2px', '2px', '3px'],
},
},
selected: {
textDecorationThickness: '2px',
textDecorationThickness: ['2px', '2px', '2px', '3px'],
},
}

Expand Down

0 comments on commit bd0ceb3

Please sign in to comment.