🐛 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
1 changed files with 1 additions and 1 deletions

View File

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