UI/chore: consistent color utils

This commit is contained in:
Johannes Kirschbauer
2024-12-17 13:44:46 +01:00
parent 0330ee39a3
commit e64adf7431
2 changed files with 94 additions and 29 deletions

View File

@@ -95,7 +95,7 @@ export const Typography = <H extends Hierarchy>(props: TypographyProps<H>) => {
props.inverted && "fnt-clr--inverted",
sizeHierarchyMap[props.hierarchy][props.size] as string,
weightMap[props.weight || "normal"],
props.class
props.class,
)}
classList={props.classList}
>