Skip to content

Commit

Permalink
fix: resolve on dark border color bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Oct 4, 2024
1 parent 00f14a0 commit 1cfcc1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

:host([onDark]) {
--ds-auro-lockup-alaska-logo-color: var(--ds-color-icon-primary-inverse, #{$ds-color-icon-primary-inverse});
--ds-auro-lockup-divider-color: var(--ds-color-border-divider-inverse, #{$ds-color-border-divider-inverse});
--ds-auro-lockup-subtitle-color: var(--ds-color-text-tertiary-inverse, #{$ds-color-text-tertiary-inverse});
--ds-auro-lockup-title-color: var(--ds-color-text-subtle-inverse, #{$ds-color-text-subtle-inverse});
}
Expand Down

0 comments on commit 1cfcc1b

Please sign in to comment.