refactor(ui): remove default button cross-axis alignment to allow for parent's align-items to take effect

This commit is contained in:
upsiflu 2025-03-09 13:08:25 +01:00
parent 0101d6cf1e
commit ac90c20b20
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ onMounted(() => {
ref="button"
v-bind="color(props, ['interactive'])(
width(props, isIconOnly ? ['square'] : ['normalHeight', 'buttonWidth'])(
align(props, { alignSelf:'start', alignText:'center' })(
align(props, { alignText:'center' })(
)))"
:disabled="disabled || undefined"
:autofocus="autofocus || undefined"