Skip to content

Commit

Permalink
design review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vineet119 committed May 10, 2024
1 parent acfd013 commit d388e47
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/theme/css/palette/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
--salt-palette-error-background: var(--salt-color-red-900);
--salt-palette-error-background-selected: var(--salt-color-red-900);
--salt-palette-error-border: var(--salt-color-red-500);
--salt-palette-error-foreground-decorative: var(--salt-color-red-500);
--salt-palette-error-foreground-informative: var(--salt-color-red-400);
--salt-palette-error-foreground-decorative: var(--salt-color-red-400);
--salt-palette-error-foreground-informative: var(--salt-color-red-200);
}
4 changes: 2 additions & 2 deletions packages/theme/css/palette/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
.salt-theme[data-mode="dark"] {
--salt-palette-info-background: var(--salt-color-blue-900);
--salt-palette-info-border: var(--salt-color-blue-500);
--salt-palette-info-foreground-decorative: var(--salt-color-blue-500);
--salt-palette-info-foreground-informative: var(--salt-color-blue-400);
--salt-palette-info-foreground-decorative: var(--salt-color-blue-400);
--salt-palette-info-foreground-informative: var(--salt-color-blue-200);
}
2 changes: 1 addition & 1 deletion packages/theme/css/palette/success.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
--salt-palette-success-background: var(--salt-color-green-900);
--salt-palette-success-background-selected: var(--salt-color-green-900);
--salt-palette-success-border: var(--salt-color-green-400);
--salt-palette-success-foreground-decorative: var(--salt-color-green-500);
--salt-palette-success-foreground-decorative: var(--salt-color-green-400);
--salt-palette-success-foreground-informative: var(--salt-color-green-200);
}
4 changes: 2 additions & 2 deletions packages/theme/css/palette/warning.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--salt-palette-warning-background: var(--salt-color-orange-10);
--salt-palette-warning-background-selected: var(--salt-color-orange-20);
--salt-palette-warning-border: var(--salt-color-orange-700);
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-500);
--salt-palette-warning-foreground-informative: var(--salt-color-orange-600);
--salt-palette-warning-foreground-decorative: var(--salt-color-orange-700);
--salt-palette-warning-foreground-informative: var(--salt-color-orange-850);
}

.salt-theme[data-mode="dark"] {
Expand Down

0 comments on commit d388e47

Please sign in to comment.