aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-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