Skip to content

Commit

Permalink
fix(select): resolving color descrepancy in select
Browse files Browse the repository at this point in the history
  • Loading branch information
macci001 committed Aug 16, 2024
1 parent 1973864 commit c9d8a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/theme/src/components/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const select = tv({
"data-[focus=true]:border-default-foreground",
"data-[focus=true]:border-default-foreground",
],
value: "group-data-[has-value=true]:text-default-foreground",
},
underlined: {
trigger: [
Expand All @@ -84,7 +85,7 @@ const select = tv({
"data-[open=true]:after:w-full",
"data-[focus=true]:after:w-full",
],
label: "group-data-[filled=true]:text-foreground",
value: "group-data-[has-value=true]:text-default-foreground",
},
},
color: {
Expand Down

0 comments on commit c9d8a28

Please sign in to comment.