feat(ui): increase label font sizes

This commit is contained in:
Brian McGee
2025-08-18 10:29:46 +01:00
parent 16361f03e9
commit 480ad3a5f1

View File

@@ -36,7 +36,7 @@ export interface LabelProps {
}
export const Label = (props: LabelProps) => {
const descriptionSize = () => (props.size == "default" ? "xs" : "xxs");
const descriptionSize = () => (props.size == "default" ? "s" : "xs");
return (
<Show when={props.label}>