We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f5f7 commit 6ea2928Copy full SHA for 6ea2928
app/components/Brand/Customize.vue
@@ -205,7 +205,7 @@ async function downloadCustomPng() {
205
206
<div class="flex items-center gap-2">
207
<ButtonBase
208
- size="sm"
+ size="md"
209
:aria-label="$t('brand.customize.download_svg_aria')"
210
:disabled="svgLoading"
211
@click="downloadCustomSvg"
@@ -218,7 +218,7 @@ async function downloadCustomPng() {
218
{{ $t('brand.logos.download_svg') }}
219
</ButtonBase>
220
221
222
:aria-label="$t('brand.customize.download_png_aria')"
223
:disabled="pngLoading"
224
@click="downloadCustomPng"
0 commit comments