Skip to content

Commit

Permalink
fix: legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Oct 15, 2024
1 parent 2616d8b commit 81cceaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/alert/src/styles/Alert.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[data-theme='dark'] {
--lp-component-alert-color-bg-warning: var(--lp-color-brand-orange-dark);
--lp-component-alert-fill-warning: var(--lp-color-brand-yellow-base);
--lp-component-alert-border-warning: var(--lp-color-brand-yellow-base);
--lp-component-alert-border-warning: var(--lp-color-brand-orange-base);
}

.Alert {
Expand Down
2 changes: 1 addition & 1 deletion packages/banner/src/styles/Banner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[data-theme='dark'] {
--lp-component-banner-color-bg-warning: var(--lp-color-brand-orange-dark);
--lp-component-banner-fill-warning: var(--lp-color-brand-yellow-base);
--lp-component-banner-border-warning: var(--lp-color-brand-yellow-base);
--lp-component-banner-border-warning: var(--lp-color-brand-orange-base);
}

.Banner {
Expand Down
2 changes: 1 addition & 1 deletion packages/clipboard/src/styles/CopyToClipboard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.Clipboard-checkmark {
fill: var(--lp-color-green-500);
fill: var(--lp-color-fill-feedback-success);
}

.Clipboard-confirmation {
Expand Down

0 comments on commit 81cceaa

Please sign in to comment.