feat(ui): increase label font sizes
This commit is contained in:
@@ -36,7 +36,7 @@ export interface LabelProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const Label = (props: LabelProps) => {
|
export const Label = (props: LabelProps) => {
|
||||||
const descriptionSize = () => (props.size == "default" ? "xs" : "xxs");
|
const descriptionSize = () => (props.size == "default" ? "s" : "xs");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Show when={props.label}>
|
<Show when={props.label}>
|
||||||
|
|||||||
Reference in New Issue
Block a user