fix: correct tabs button color on hover in dark mode (#526)

* fix: tabs toggle button color in dark mode

* chore: update css
This commit is contained in:
Xin
2024-12-28 15:51:35 +00:00
committed by GitHub
parent 79bb4504a0
commit e532637cbc
3 changed files with 11 additions and 1 deletions

View File

@ -197,6 +197,8 @@
"dark:placeholder:hx-text-gray-400",
"data-[state=closed]:hx-hidden",
"data-[state=open]:hx-hidden",
"data-[state=selected]:dark:hx-border-primary-500",
"data-[state=selected]:dark:hx-text-primary-600",
"data-[state=selected]:hx-block",
"data-[state=selected]:hx-border-primary-500",
"data-[state=selected]:hx-text-primary-600",