mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Fix: ticker combobox background and text color (#2370)
* fix(ui): hotwire combobox bg color * fix(ui): text color
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
.combobox {
|
||||
.hw-combobox__main__wrapper,
|
||||
.hw-combobox__input {
|
||||
@apply w-full;
|
||||
@apply bg-container text-primary 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;
|
||||
|
||||
Reference in New Issue
Block a user