1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 22:45:20 +02:00

fix(ui): hotwire combobox bg color

This commit is contained in:
Ken Tandrian 2025-06-15 07:01:21 +00:00
parent 84b2426e54
commit e2aaf7a4ba

View file

@ -39,7 +39,7 @@
.combobox {
.hw-combobox__main__wrapper,
.hw-combobox__input {
@apply w-full;
@apply bg-container w-full;
}
.hw-combobox__main__wrapper {
@ -53,6 +53,10 @@
.hw-combobox__label {
@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 {
@apply h-px;