From 52aa426910f4f8af7652ab44aea009fe17df3004 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 30 May 2024 11:20:39 +0300 Subject: [PATCH] Center icon --- components/lib/themes/lara/radiobutton/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/themes/lara/radiobutton/index.js b/components/lib/themes/lara/radiobutton/index.js index 381e7de7b..bcb87fa9c 100644 --- a/components/lib/themes/lara/radiobutton/index.js +++ b/components/lib/themes/lara/radiobutton/index.js @@ -25,7 +25,7 @@ export default { transitionDuration: '{form.field.transition.duration}' }, icon: { - size: '0.875rem', + size: '1rem', checkedColor: '{primary.contrast.color}', checkedHoverColor: '{primary.contrast.color}', disabledColor: '{form.field.disabled.color}'