1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-20 13:49:39 +02:00

Fix: ticker combobox background and text color (#2370)

* fix(ui): hotwire combobox bg color

* fix(ui): text color
This commit is contained in:
Kenrick Tandrian 2025-06-16 20:58:37 +07:00 committed by GitHub
parent dc505cfcff
commit b900cc9272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
.combobox { .combobox {
.hw-combobox__main__wrapper, .hw-combobox__main__wrapper,
.hw-combobox__input { .hw-combobox__input {
@apply w-full; @apply bg-container text-primary w-full;
} }
.hw-combobox__main__wrapper { .hw-combobox__main__wrapper {
@ -54,6 +54,10 @@
@apply block text-xs text-gray-500 peer-disabled:text-gray-400; @apply block text-xs text-gray-500 peer-disabled:text-gray-400;
} }
.hw-combobox__option {
@apply bg-container hover:bg-container-hover;
}
.hw_combobox__pagination__wrapper { .hw_combobox__pagination__wrapper {
@apply h-px; @apply h-px;