Commit b01fbf2
fix(tailwind): correct disabled tag styles (#7247)
* fix(taggroup): add isDisabled to compoundVariants
this allows the styles defined in isDisabled to be applied
* test(taggroup): add disabled item
this shows the disabled styles in action
* style(taggroup): add dark text colors to improve contrast
* style(taggroup): update dark mode disabled styles
---------
Co-authored-by: Robert Snow <[email protected]>1 parent f598966 commit b01fbf2
File tree
2 files changed
+3
-2
lines changed- starters/tailwind
- src
- stories
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments