Skip to content

Commit

Permalink
set FieldText color on label and status-message
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Dec 1, 2020
1 parent 20b9824 commit a1dc16b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web-components/src/switch/switch.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ export const SwitchStyles = css`
background: ${SystemColors.Field};
border-color: ${SystemColors.GrayText};
}
.status-message,
.label {
color: ${SystemColors.FieldText};
}
`,
),
);

0 comments on commit a1dc16b

Please sign in to comment.