Skip to content

Commit 9b9f5f7

Browse files
committed
fix: increase customize section buttons to md size
Now that controls are split into two rows there is enough space.
1 parent bba0662 commit 9b9f5f7

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
@@ -175,7 +175,7 @@ async function downloadCustomPng() {
175175
role="radiogroup"
176176
>
177177
<ButtonBase
178-
size="sm"
178+
size="md"
179179
role="radio"
180180
:aria-checked="customBgDark"
181181
:aria-label="$t('brand.logos.on_dark')"
@@ -188,7 +188,7 @@ async function downloadCustomPng() {
188188
{{ $t('brand.logos.on_dark') }}
189189
</ButtonBase>
190190
<ButtonBase
191-
size="sm"
191+
size="md"
192192
role="radio"
193193
:aria-checked="!customBgDark"
194194
:aria-label="$t('brand.logos.on_light')"

0 commit comments

Comments
 (0)