Skip to content

Commit

Permalink
refactor: NO-JIRA replace rest of wrongly defined variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jamrożek committed Apr 26, 2024
1 parent 2801d3d commit b8a20b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/CornerDialog/CornerDialog.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const defaultConfig = {
color: '$color-content-warning-secondary',
},
intentNegative: {
color: '$color-red-0',
color: '$color-content-negative-secondary',
},
body: {
display: 'flex',
Expand All @@ -62,14 +62,13 @@ export const defaultConfig = {
flexGrow: 1,
alignItems: 'center',
justifyContent: 'space-between',
color: '$color-coolGrey--3',
color: '$color-content-primary',
text: '$typo-body-strong-large',
},
closeButton: {},
content: {
paddingLeft: '$dimension-25',
text: '$typo-body-medium',
color: '$color-coolGrey-0',
color: '$color-content-secondary',
},
footer: {
display: 'flex',
Expand Down

0 comments on commit b8a20b7

Please sign in to comment.