Skip to content

Commit

Permalink
fix(button): icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Nov 29, 2023
1 parent d89f7b1 commit f4a8261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/va-button/VaButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a8261

Please sign in to comment.