Skip to content

Commit

Permalink
update to replaced tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed May 8, 2024
1 parent b678ee2 commit ac1b5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/css/tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
}

.fds-tag--first {
--fds-tag-background: var(--fds-semantic-surface-first-light);
--fds-tag-background: var(--fds-semantic-surface-first-subtle);
--fds-tag-color: var(--fds-semantic-text-neutral-default);
}

.fds-tag--second {
--fds-tag-background: var(--fds-semantic-surface-second-light);
--fds-tag-background: var(--fds-semantic-surface-second-subtle);
--fds-tag-color: var(--fds-semantic-text-neutral-default);
}

.fds-tag--third {
--fds-tag-background: var(--fds-semantic-surface-third-light);
--fds-tag-background: var(--fds-semantic-surface-third-subtle);
--fds-tag-color: var(--fds-semantic-text-neutral-default);
}
}

0 comments on commit ac1b5e7

Please sign in to comment.