Skip to content

Commit 6ea2928

Browse files
committed
fix: increase customize download buttons to md size
1 parent 9b9f5f7 commit 6ea2928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Brand/Customize.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async function downloadCustomPng() {
205205

206206
<div class="flex items-center gap-2">
207207
<ButtonBase
208-
size="sm"
208+
size="md"
209209
:aria-label="$t('brand.customize.download_svg_aria')"
210210
:disabled="svgLoading"
211211
@click="downloadCustomSvg"
@@ -218,7 +218,7 @@ async function downloadCustomPng() {
218218
{{ $t('brand.logos.download_svg') }}
219219
</ButtonBase>
220220
<ButtonBase
221-
size="sm"
221+
size="md"
222222
:aria-label="$t('brand.customize.download_png_aria')"
223223
:disabled="pngLoading"
224224
@click="downloadCustomPng"

0 commit comments

Comments
 (0)