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