mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Merge pull request #4867 from penpot/ladybenko-8348-fix-pencil-loader
🐛 Fix pencil loader in dashboard
This commit is contained in:
commit
e916c97491
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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")]])
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
svg {
|
||||
width: $s-64;
|
||||
height: $s-64;
|
||||
stroke: $df-secondary;
|
||||
fill: none;
|
||||
fill: $df-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue