mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 23:46:10 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
48e7cd28b3
3 changed files with 7 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue