Skip to content

Commit

Permalink
docs(seed-docs): Update color spec of Secondary Action (neutral)
Browse files Browse the repository at this point in the history
  • Loading branch information
stleamist committed Jul 5, 2023
1 parent 30d4462 commit b1211a1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/content/component/alert-dialog/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ slug: /component/alert-dialog/style

### Secondary Action (neutral)

| State | Part | Attribute | Value |
| -------- | ---------------------- | --------- | ------------------------- |
| Enabled | Secondary Action | Color | $semantic.color.secondary |
| | Secondary Action Label | Color | $semantic.color.secondary |
| Hovered | Secondary Action | Color | $scale.color.gray-700 |
| | Secondary Action Label | Color | $scale.color.gray-700 |
| Pressed | Secondary Action | Color | $scale.color.gray-700 |
| | Secondary Action Label | Color | $scale.color.gray-700 |
| Disabled | Secondary Action | Color | $scale.color.gray-400 |
| | Secondary Action Label | Color | $scale.color.gray-400 |
| State | Part | Attribute | Value |
| -------- | ---------------------- | --------- | ----------------------------- |
| Enabled | Secondary Action | Color | $semantic.color.secondary-low |
| | Secondary Action Label | Color | $scale.color.gray-900 |
| Hovered | Secondary Action | Color | $scale.color.gray-300 |
| | Secondary Action Label | Color | $scale.color.gray-900 |
| Pressed | Secondary Action | Color | $scale.color.gray-300 |
| | Secondary Action Label | Color | $scale.color.gray-900 |
| Disabled | Secondary Action | Color | $scale.color.gray-300 |
| | Secondary Action Label | Color | $scale.color.gray-500 |

### Secondary Action (nonpreferred)

Expand Down

0 comments on commit b1211a1

Please sign in to comment.