Skip to content

Commit

Permalink
[WNMGDS-2633] Add the missing ds-u-color--gray-dark util that we sa…
Browse files Browse the repository at this point in the history
…id existed (#2880)

Add the missing `ds-u-color--gray-dark` util that we said existed
  • Loading branch information
pwolfert authored Jan 10, 2024
1 parent f85add1 commit 17f3a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/design-system/src/styles/utilities/_text-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
color: var(--color-gray-light) !important;
}

.ds-u-color--gray-dark:not(:focus) {
color: var(--color-gray-dark) !important;
}

.ds-u-color--muted:not(:focus) {
color: var(--color-muted) !important;
}
Expand Down

0 comments on commit 17f3a16

Please sign in to comment.