🐛 Update onboarding image (#8902)

This commit is contained in:
Eva Marco 2026-04-08 11:00:59 +02:00 committed by GitHub
parent 40dfeb169c
commit b8be89f231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,7 @@
- Fix focus radio button [Taiga #13841](https://tree.taiga.io/project/penpot/issue/13841)
- Token tree should be expanded by default [Taiga #13631](https://tree.taiga.io/project/penpot/issue/13631)
- Fix opacity incorrectly disabled for visible shapes [Taiga #13906](https://tree.taiga.io/project/penpot/issue/13906)
- Update onboarding image [Taiga #13864](https://tree.taiga.io/project/penpot/issue/13864)
## 2.15.0 (Unreleased)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -56,8 +56,7 @@
[:div.animated.fadeInDown {:class (stl/css :modal-container)}
[:div {:class (stl/css :modal-left)}
[:img {:src "images/deco-newsletter.png"
:border "0"}]]
[:img {:src "images/newsletter-notification.svg"}]]
[:div {:class (stl/css :modal-right)}
[:h2 {:class (stl/css :modal-title)

View File

@ -33,6 +33,7 @@
img {
width: deprecated.$s-172;
border-radius: deprecated.$br-8 0 0 deprecated.$br-8;
height: auto;
}
}