Skip to content

Commit

Permalink
fix: 탭 클릭 시 전체가 클릭되는 것처럼 보이는 현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 15, 2024
1 parent f516a03 commit 26a7312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HDesign/src/components/Tabs/Tabs.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export const tabListStyle = (theme: Theme) =>

cursor: 'pointer',

WebkitTapHighlightColor: 'transparent',

'&::after': {
position: 'absolute',
left: 0,
Expand Down

0 comments on commit 26a7312

Please sign in to comment.