Skip to content

Commit

Permalink
Fix language label design
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jul 10, 2024
1 parent 32b1c2d commit d6d3863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/scss/components/_status-tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
background: theme('colors.surface-status-label');
border: 1px solid theme('colors.text-status-label');
border-radius: theme('borderRadius.xl');
// stylelint-disable-next-line property-disallowed-list
text-transform: capitalize;
}
}

Expand Down

0 comments on commit d6d3863

Please sign in to comment.