Code Format

pull/7044/head
GitHub Actions Bot 2025-01-03 17:00:07 +00:00
parent afe9dc82e0
commit 0168a8a41e
2 changed files with 2430 additions and 2358 deletions

View File

@ -13,13 +13,7 @@
<span class="text-muted-color">Variety of built-in themes with distinct characteristics.</span>
<div class="flex justify-between">
<SelectButton v-model="basePreset" :options="presetOptions" optionLabel="label" optionValue="value" :allowEmpty="false" />
<button
type="button"
@click="createThemeFromPreset"
class="btn-design"
>
Create
</button>
<button type="button" @click="createThemeFromPreset" class="btn-design">Create</button>
</div>
</div>
@ -30,13 +24,7 @@
<span class="text-muted-color leading-6">Export the token.json file from Figma Token Studio and import to the Visual Editor.</span>
<div class="flex justify-between">
<FileUpload mode="basic" pt:root:class="!justify-start" @select="onFileSelect($event)" />
<button
type="button"
@click="createThemeFromFigma"
class="btn-design"
>
Create
</button>
<button type="button" @click="createThemeFromFigma" class="btn-design">Create</button>
</div>
</div>
</div>

File diff suppressed because it is too large Load Diff