Skip to content

Commit

Permalink
Feat(web): Tag tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Oct 31, 2024
1 parent 8dcb38c commit 68883d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/scss/components/Tag/_Tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.Tag--subtle {
color: var(--#{global-tokens.$token-prefix}tag-subtle-color);
border-color: var(--#{global-tokens.$token-prefix}tag-subtle-border-color);
background-color: var(--#{global-tokens.$token-prefix}tag-subtle-background-color);
}

Expand Down
1 change: 1 addition & 0 deletions packages/web/src/scss/components/Tag/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $color-dictionary-config: (
border-color: 'border-basic',
background-color: 'background-basic',
subtle-color: 'content-basic',
subtle-border-color: 'border-subtle',
subtle-background-color: 'background-subtle',
);

Expand Down

0 comments on commit 68883d2

Please sign in to comment.