-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update status tokens for theme next to match latest design (#3472)
- Loading branch information
Showing
9 changed files
with
96 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@salt-ds/theme": patch | ||
--- | ||
|
||
Updated status tokens for theme next to match latest design |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.salt-theme.salt-theme-next[data-mode="light"] { | ||
--salt-palette-info: var(--salt-color-blue-500); | ||
--salt-palette-info-strong: var(--salt-color-blue-600); | ||
--salt-palette-info-weak: var(--salt-color-blue-100); | ||
} | ||
.salt-theme.salt-theme-next[data-mode="dark"] { | ||
--salt-palette-info: var(--salt-color-blue-500); | ||
--salt-palette-info-strong: var(--salt-color-blue-400); | ||
--salt-palette-info-weak: var(--salt-color-blue-900); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.salt-theme.salt-theme-next[data-mode="light"] { | ||
--salt-palette-negative: var(--salt-color-red-500); | ||
--salt-palette-negative-strong: var(--salt-color-red-600); | ||
--salt-palette-negative-weak: var(--salt-color-red-100); | ||
} | ||
.salt-theme.salt-theme-next[data-mode="dark"] { | ||
--salt-palette-negative: var(--salt-color-red-500); | ||
--salt-palette-negative-strong: var(--salt-color-red-400); | ||
--salt-palette-negative-weak: var(--salt-color-red-900); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.salt-theme.salt-theme-next[data-mode="light"] { | ||
--salt-palette-positive: var(--salt-color-green-500); | ||
--salt-palette-positive-strong: var(--salt-color-green-600); | ||
--salt-palette-positive-weak: var(--salt-color-green-100); | ||
} | ||
.salt-theme.salt-theme-next[data-mode="dark"] { | ||
--salt-palette-positive: var(--salt-color-green-500); | ||
--salt-palette-positive-strong: var(--salt-color-green-400); | ||
--salt-palette-positive-weak: var(--salt-color-green-900); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.salt-theme.salt-theme-next[data-mode="light"] { | ||
--salt-palette-warning: var(--salt-color-orange-500); | ||
--salt-palette-warning-strong: var(--salt-color-orange-600); | ||
--salt-palette-warning-weak: var(--salt-color-orange-100); | ||
} | ||
.salt-theme.salt-theme-next[data-mode="dark"] { | ||
--salt-palette-warning: var(--salt-color-orange-500); | ||
--salt-palette-warning-strong: var(--salt-color-orange-400); | ||
--salt-palette-warning-weak: var(--salt-color-orange-900); | ||
} |