Commit 9bcd135
authored
feat(Button): add support for inverse filled color (#1872)
## 📝 Changes
- Add support for `inverse` color on `filled` variant
<img width="274" height="121" alt="image"
src="https://github.com/user-attachments/assets/73d4c47e-4163-4563-bd87-89328f8f21e3"
/>
## ✅ Checklist
Easy UI has certain UX standards that must be met. In general,
non-trivial changes should meet the following criteria:
- [-] Visuals match Design Specs in Figma (within our current color
system)
- [x] Stories accompany any component changes
- [x] Code is in accordance with our style guide
- [x] Design tokens are utilized
- [x] Unit tests accompany any component changes
- [x] TSDoc is written for any API surface area
- [x] Specs are up-to-date
- [x] Console is free from warnings
- [x] No accessibility violations are reported
- [x] Cross-browser check is performed (Chrome, Safari, Firefox)
- [x] Changeset is added
~Strikethrough~ any items that are not applicable to this pull request.1 parent d5b0ed8 commit 9bcd135
4 files changed
Lines changed: 9 additions & 1 deletion
File tree
- .changeset
- easy-ui-react/src
- Button
- utilities
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments