Skip to content

Commit

Permalink
style: NO-JIRA sizes according to figma
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jamrożek committed Apr 25, 2024
1 parent 14eff3b commit b8b9996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CornerDialog/CornerDialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Confirmation: Story = {
appearance: 'primary',
},
],
onCloseClick: action('onCloseClick'),
onCloseClick: undefined,
},
};

Expand Down
3 changes: 2 additions & 1 deletion src/components/CornerDialog/CornerDialog.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ export const defaultConfig = {
},
closeButton: {},
content: {
color: '$color-coolGrey-0',
paddingLeft: '$dimension-25',
text: '$typo-body-medium',
color: '$color-coolGrey-0',
},
footer: {
display: 'flex',
Expand Down

0 comments on commit b8b9996

Please sign in to comment.