chore: rename spacing to padding

This commit is contained in:
Benjamin Canac
2023-05-10 16:24:28 +02:00
parent 76a0d61a0f
commit 00b444b3eb
16 changed files with 63 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div :class="[ui.base, ui.spacing, ui.constrained]">
<div :class="[ui.base, ui.padding, ui.constrained]">
<slot />
</div>
</template>