mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 10:34:15 -04:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user