fix(ui): incorrect color for the login button

This commit is contained in:
charlie
2024-01-09 14:36:34 +08:00
parent 8afbf2d4f1
commit 83d5420ca4

View File

@@ -47,7 +47,7 @@
logged?
(not sync-enabled?))
[:span.flex.space-x-2
[:a.button.text-sm.font-medium.block
[:a.button.text-sm.font-medium.block.text-gray-12
{:on-click #(state/pub-event! [:user/login])}
[:span (t :login)]
(when loading?