nextui/.changeset/tall-walls-sell.md
Maharshi Alpesh 46cc01908e
fix(theme): color discrepancy in select (#3663)
* fix(select): resolving color descrepancy in select

* fix(select): making the changes accroding to the asked design

* chore(changeset): revise message

---------

Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-09-07 15:31:12 +08:00

294 B

@nextui-org/theme
patch

The color of the selected value in SELECT component was text-foreground-500 instead of text-default-foreground. Also label slot in SELECT component's UNDERLINE had no effect of color variant. The change includes the fix for the mentioned issues (#3659).