fix: app box padding & i18n

This commit is contained in:
puriphatt 2024-07-02 11:02:30 +00:00
parent 1301b1562b
commit 9c68921771
3 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ defineProps<{
overflow: hidden;
background-color: var(--surface-1);
border-radius: var(--radius-2);
padding: var(--size-4);
padding: var(--size-3);
}
.app-box__no-padding {