Skip to content

Commit cfe215d

Browse files
fix(ui): align Field label color with Figma
1 parent db53426 commit cfe215d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/mosaic/components/field/field.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { colorVars, fontWeightVars, space } from '../../tokens.stylex';
44

55
export const styles = stylex.create({
66
label: {
7-
color: colorVars['--cl-color-card-foreground'],
7+
color: colorVars['--cl-color-primary'],
88
fontWeight: fontWeightVars['--cl-font-medium'],
99
},
1010
message: {

0 commit comments

Comments
 (0)