From cdabf0d6b92948b7a88e8ceddc4cc2159f126934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 10 Jul 2024 17:24:49 +0200 Subject: [PATCH] :bug: Fix pencil loader in dashboard --- CHANGES.md | 6 ++++++ frontend/src/app/main/ui/dashboard/placeholder.cljs | 2 +- frontend/src/app/main/ui/dashboard/placeholder.scss | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b96f3e77c..ee2b39900 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.1.1 + +### :bug: Bugs fixed + +- Fix pencil loader [Taiga #8348](https://tree.taiga.io/project/penpot/issue/8348) + ## 2.1.0 - Things can only get better! ### :rocket: Epics and highlights diff --git a/frontend/src/app/main/ui/dashboard/placeholder.cljs b/frontend/src/app/main/ui/dashboard/placeholder.cljs index 08798b707..557f60000 100644 --- a/frontend/src/app/main/ui/dashboard/placeholder.cljs +++ b/frontend/src/app/main/ui/dashboard/placeholder.cljs @@ -41,5 +41,5 @@ (mf/defc loading-placeholder [] [:div {:class (stl/css :grid-empty-placeholder :loader)} - [:div {:class (stl/css :icon)} i/loader] + [:div {:class (stl/css :icon)} i/loader-pencil] [:div {:class (stl/css :text)} (tr "dashboard.loading-files")]]) diff --git a/frontend/src/app/main/ui/dashboard/placeholder.scss b/frontend/src/app/main/ui/dashboard/placeholder.scss index f2a37fbf0..6f05ba000 100644 --- a/frontend/src/app/main/ui/dashboard/placeholder.scss +++ b/frontend/src/app/main/ui/dashboard/placeholder.scss @@ -23,8 +23,7 @@ svg { width: $s-64; height: $s-64; - stroke: $df-secondary; - fill: none; + fill: $df-secondary; } }