Skip to content

Commit

Permalink
docs: v11 color token updates for loading component (carbon-design-sy…
Browse files Browse the repository at this point in the history
…stem#2315)

* docs(loading): v11 color token updates

This PR updates the color tokens on the style tab for the loading component.

* Update src/pages/components/loading/style.mdx

Co-authored-by: TJ Egan <tw15egan@gmail.com>

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and emyarod committed May 24, 2021
1 parent d6d65d0 commit dd15b95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/components/loading/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility']

## Color

| Class | Property | Color token |
| ---------------------- | ---------------- | ------------------- |
| `.bx--loading__svg` | stroke | `$interactive-04` |
| `.bx--loading--small` | stroke | `$interactive-04` |
| `.bx--loading-overlay` | background-color | `rgba($ui-02, 0.6)` |
| Class | Property | Color token |
| ---------------------- | ---------------- | -------------- |
| `.bx--loading__svg` | stroke | `$interactive` |
| `.bx--loading--small` | stroke | `$interactive` |
| `.bx--loading-overlay` | background-color | `$overlay` |

## Structure

Expand Down

0 comments on commit dd15b95

Please sign in to comment.