Skip to content

Commit

Permalink
fix(Pill): added missing text styles in NO-JIRA (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-potepa authored May 16, 2024
1 parent 4f08a7a commit db37e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BooleanPill/BooleanPill.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const defaultConfig = {
display: 'inline-flex',
justifyContent: 'center',
alignItems: 'center',
text: '$typo-body-medium',
textAlign: 'center',
whiteSpace: 'nowrap',
h: '$size-small',
Expand Down
1 change: 1 addition & 0 deletions src/components/SelectablePill/SelectablePill.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const defaultConfig = {
display: 'inline-flex',
justifyContent: 'center',
alignItems: 'center',
text: '$typo-body-medium',
textAlign: 'center',
whiteSpace: 'nowrap',
h: '$size-small',
Expand Down

0 comments on commit db37e79

Please sign in to comment.