Skip to content

Commit

Permalink
fix(Card): header가 아이콘 menu를 가리는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Apr 16, 2024
1 parent d38b7da commit 9c776a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Card/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const menu = style({
export const header = style([
sprinkles({ typography: '15/Title/Medium' }),
{
width: 'fit-content',
position: 'relative',
display: 'flex',
gap: '8px',
Expand Down

0 comments on commit 9c776a1

Please sign in to comment.