Skip to content

Commit

Permalink
style: handle text capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaozamiz committed Mar 25, 2024
1 parent afaa104 commit 05249c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webapp/components/tag/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export const Container = styled.span<ContainerProps>`
font-size: 0.8125rem;
width: 100%;
white-space: nowrap;
text-transform: lowercase;
text-transform: capitalize;
${({ $status }) => {
switch ($status) {
Expand Down

0 comments on commit 05249c0

Please sign in to comment.