diff --git a/src/webapp/components/tag/Tag.tsx b/src/webapp/components/tag/Tag.tsx index 071d7e1..2097f34 100644 --- a/src/webapp/components/tag/Tag.tsx +++ b/src/webapp/components/tag/Tag.tsx @@ -25,6 +25,8 @@ export const Container = styled.span` font-size: 0.8125rem; width: 100%; white-space: nowrap; + text-transform: lowercase; + text-transform: capitalize; ${({ $status }) => { switch ($status) {