Skip to content

Commit

Permalink
V3 Label: update color (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Mar 26, 2024
1 parent 150b7c8 commit a70ecfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @stellar/design-system/src/components/Label/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.Label {
font-family: var(--sds-ff-base);
font-weight: var(--sds-fw-medium);
color: var(--sds-clr-gray-12);
color: var(--sds-clr-gray-11);
display: flex;
gap: pxToRem(2px);

Expand Down

0 comments on commit a70ecfe

Please sign in to comment.