Skip to content

Commit

Permalink
Design: 버튼 비활성화 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoung-min authored Feb 2, 2024
1 parent fa6c2ce commit 801369a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Modal/ModalButton.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ export const secondaryButton = style([
color: '#0047FF',
},
]);

export const disabledButton = style([
baseButton,
{
backgroundColor: '#AFB1B6',
color: '#fff',

cursor: 'default',
},
]);

0 comments on commit 801369a

Please sign in to comment.