aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-10-16 00:52:56 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-10-16 00:52:56 +0200
commitb83cc75ff9d27e9dbd726f387b75e2a50450846e (patch)
tree23c70e839ec01f109ed7670ca755bfed4e3bba13 /src
parent167d01470ac9c77ea0c858341a69bd14b1609558 (diff)
fix(frontend): fix service selection styles
Diffstat (limited to 'src')
-rw-r--r--src/frontend/tubo/views.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views.cljs b/src/frontend/tubo/views.cljs
index 7194a31..96bb6f1 100644
--- a/src/frontend/tubo/views.cljs
+++ b/src/frontend/tubo/views.cljs
@@ -65,7 +65,7 @@
:style {:background "transparent"}}
(when services
(for [service services]
- [:option.bg-neutral-900.border-none
+ [:option.text-white.bg-neutral-900.border-none
{:value (:id service) :key (:id service)}
(-> service :info :name)]))]]
[:div.flex.absolute.min-h-full.top-0.right-4.ml:right-0.items-center.justify-end.z-0.ml:text-white