0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🐛 Fix spacing of theme edit modal

This commit is contained in:
Andrés Moya 2024-11-12 14:09:38 +01:00 committed by Andrés Moya
parent ac9735ef03
commit 16952a7087

View file

@ -160,7 +160,7 @@
.edit-theme-wrapper {
display: flex;
flex-direction: column;
gap: $s-12;
gap: $s-24;
}
.sets-list-wrapper {