mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
fix(ui): preboot logo color on dark mode
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
[]
|
||||
(let [text (state/sub :plugin/indicator-text)]
|
||||
(if-not (= text "END")
|
||||
[:div.flex.align-items.justify-center.h-screen.w-full
|
||||
[:div.flex.align-items.justify-center.h-screen.w-full.preboot-loading
|
||||
[:span.flex.items-center.justify-center.w-60.flex-col
|
||||
[:small.scale-250.opacity-70.mb-10.animate-pulse (svg/logo false)]
|
||||
[:small.block.text-sm.relative.opacity-50 {:style {:right "-8px"}} text]]])))
|
||||
|
||||
Reference in New Issue
Block a user