fix(ui): preboot logo color on dark mode

This commit is contained in:
charlie
2021-12-10 13:53:44 +08:00
committed by Tienson Qin
parent 4661b19524
commit a02cef0d4c
2 changed files with 7 additions and 1 deletions

View File

@@ -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]]])))