Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 10, 2021
1 parent 4fedf95 commit ab1a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is more verbose than previous versions, but it has the advantage of letting
This change applies to all design tokens that implement a color. Refer to the [color tokens](/tokens/color) page for more details.

- 馃毃 BREAKING: all design tokens that implement colors have been converted to `R G B` and must be used with the `rgb()` function
- 馃毃 BREAKING: removed `--sl-color-black|white` color tokens (use `--sl-color-neutral-1000|full` instead)
- 馃毃 BREAKING: removed `--sl-color-black|white` color tokens (use `--sl-color-neutral-0|1000` instead)
- 馃毃 BREAKING: removed `--sl-color-primary|success|warning|info|danger-text` design tokens (use theme or primitive colors instead)
- 馃毃 BREAKING: removed `info` variant from `sl-alert`, `sl-badge`, `sl-button`, and `sl-tag` (use `neutral` instead)
- 馃毃 BREAKING: removed `--sl-color-info-*` design token (use `--sl-color-neutral-*` instead)
Expand Down

0 comments on commit ab1a68d

Please sign in to comment.