-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update danger status tokens (#131)
* feat: change value of --rh-color-status-danger-on-light * feat: add --rh-color-icon-status color tokens * fix: add `on-dark` for warning icon color * feat: add changeset
- Loading branch information
1 parent
b64dd32
commit f54e53e
Showing
3 changed files
with
54 additions
and
1 deletion.
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,17 @@ | ||
--- | ||
"@rhds/tokens": minor | ||
--- | ||
|
||
Changed value of `--rh-color-status-danger-on-light` from `--rh-color-red-orange-50` to `--rh-color-red-orange-60` | ||
|
||
Added the following tokens to use status colors for icons: | ||
- `--rh-color-icon-status-danger-on-light` | ||
- `--rh-color-icon-status-danger-on-dark` | ||
- `--rh-color-icon-status-warning-on-light` | ||
- `--rh-color-icon-status-warning-on-dark` | ||
- `--rh-color-icon-status-default-on-light` | ||
- `--rh-color-icon-status-default-on-dark` | ||
- `--rh-color-icon-status-info-on-light` | ||
- `--rh-color-icon-status-info-on-dark` | ||
- `--rh-color-icon-status-success-on-light` | ||
- `--rh-color-icon-status-success-on-dark` |
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