Skip to content

Commit

Permalink
fix: update incorrect token name
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Sep 30, 2024
1 parent fbe7e55 commit d2eb0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ The component may be restyled using the following code sample and changing the v
:host {
// auro-radio-group colors
--ds-auro-radio-group-help-text-color: var(--ds-color-text-secondary-default, $ds-color-text-secondary-default);
--ds-auro-radio-group-label-color: inherit;

// auro-radio colors
--ds-auro-group-label-color: inherit;
--ds-auro-radio-btn-border-color: var(--ds-color-border-primary-default, $ds-color-border-primary-default);
--ds-auro-radio-btn-fill-color: transparent;
--ds-auro-radio-btn-inset-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion src/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:host {
// auro-radio-group colors
--ds-auro-radio-group-help-text-color: var(--ds-color-text-secondary-default, $ds-color-text-secondary-default);
--ds-auro-radio-group-label-color: inherit;

// auro-radio colors
--ds-auro-group-label-color: inherit;
--ds-auro-radio-btn-border-color: var(--ds-color-border-primary-default, $ds-color-border-primary-default);
--ds-auro-radio-btn-fill-color: transparent;
--ds-auro-radio-btn-inset-color: transparent;
Expand Down

0 comments on commit d2eb0af

Please sign in to comment.