Skip to content

Commit

Permalink
fix(react): fix selected Tab font color (#218)
Browse files Browse the repository at this point in the history
* fix(react): fix selected Tab styles

* chore(change): add change
  • Loading branch information
jonambas authored Mar 23, 2024
1 parent efd6448 commit f4fb30f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-pandas-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sweatpants/react": patch
---

Fix selected Tab font color
2 changes: 1 addition & 1 deletion packages/react/src/tab/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const styles = cva({
variants: {
selected: {
true: {
color: 'gray12',
color: 'gray12!',
_after: { opacity: '1!' },
},
false: {},
Expand Down

0 comments on commit f4fb30f

Please sign in to comment.