Skip to content

Commit

Permalink
feat: 보라색 걷어내기
Browse files Browse the repository at this point in the history
  • Loading branch information
na-reum committed Sep 16, 2023
1 parent 2886c25 commit b3055cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,5 @@ const SDialogWrapper = styled(Box, {
height: '100vh',
boxShadow: 'none',
borderRadius: '0',
// overflow: 'hidden',
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const SFormHeader = styled(Box, {

const SSubmitButton = styled('button', {
fontStyle: 'T1',
color: '$purple100',
color: '$white100',
variants: {
disabled: {
true: {
Expand Down

0 comments on commit b3055cd

Please sign in to comment.