chore: change some spacing in Typography components

This commit is contained in:
Stefan Imhoff
2023-04-04 19:41:37 +02:00
parent 8f0e630cf7
commit 761c37fc8b
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ export const Text: FunctionalComponent<Props> = ({
}) => {
const Tag = as;
const classes = cx(
'text-3 font-normal tracking-normal mbe-10 mbs-0 last-of-type:mbe-0 dark:font-light',
'text-3 font-normal tracking-normal mbe-10 mbs-0 dark:font-light',
className
);