From f4a826181a17008019e7df98ccea6ea4664ef898 Mon Sep 17 00:00:00 2001 From: Maksim Nedoshev Date: Wed, 29 Nov 2023 08:44:47 +0200 Subject: [PATCH] fix(button): icon size --- packages/ui/src/components/va-button/VaButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/va-button/VaButton.vue b/packages/ui/src/components/va-button/VaButton.vue index 29c8aad62a..a127efc577 100644 --- a/packages/ui/src/components/va-button/VaButton.vue +++ b/packages/ui/src/components/va-button/VaButton.vue @@ -135,7 +135,7 @@ export default defineComponent({ const iconColorComputed = computed(() => props.iconColor ? getColor(props.iconColor) : textColorComputed.value) const iconAttributesComputed = computed(() => ({ color: iconColorComputed.value, - size: iconSizeComputed.value, + size: props.size, })) // classes