diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-30 21:22:13 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-30 21:22:13 +0100 |
commit | 7732d3feccf351acfc478c34646a77f2b08aa3f4 (patch) | |
tree | 9109956dda8c5bcad0beaf570b637c8f1f71c3e3 /src/frontend/tau/views/playlist.cljs | |
parent | 9166ed65ff0d2cf4783d1efeab0630b4292fce68 (diff) |
feat(frontend): Use a more general loading icon component
Diffstat (limited to 'src/frontend/tau/views/playlist.cljs')
-rw-r--r-- | src/frontend/tau/views/playlist.cljs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/tau/views/playlist.cljs b/src/frontend/tau/views/playlist.cljs index e50158a..756846c 100644 --- a/src/frontend/tau/views/playlist.cljs +++ b/src/frontend/tau/views/playlist.cljs @@ -21,8 +21,8 @@ (rf/dispatch [::events/playlist-pagination url next-page-url])) [:div.flex.flex-col.items-center.px-5.pt-4.flex-auto (if page-loading? - [loading/page-loading-icon service-color] - [:div.flex.flex-col.flex-auto.w-full {:class "lg:w-4/5"} + [loading/loading-icon service-color "text-5xl"] + [:div.flex.flex-col.flex-auto.w-full {:class "ml:w-4/5"} [navigation/back-button service-color] (when banner-url [:div |