Skip to content

Commit

Permalink
Update Label design
Browse files Browse the repository at this point in the history
  • Loading branch information
lindskogen committed Nov 15, 2023
1 parent dbed4a9 commit 1177fe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/elements/src/components/ui/label/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Label: React.FC<LabelProps> = React.memo(

const infoLabel = extraInfoLabel && (
<Text
color={cssColor("--lhds-color-ui-600")}
color={cssColor("--lhds-color-ui-800")}
variant={"caption"}
size={"small"}
>
Expand All @@ -41,7 +41,8 @@ export const Label: React.FC<LabelProps> = React.memo(
<Box {...boxProps} row={row} gap>
<Row alignItems={"center"} width={textWidth}>
<Text
color={cssColor("--lhds-color-ui-600")}
color={cssColor("--tjara")}
variant={"bold"}
size={"small"}
whiteSpace={"nowrap"}
>
Expand Down

0 comments on commit 1177fe1

Please sign in to comment.