From 2ef5999bfdccfb68c6b4220458227ac7cc0bc6fd Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Sat, 5 Oct 2019 22:10:33 +0300 Subject: [PATCH] checkbox default size added --- src/common/Checkbox/styles.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/Checkbox/styles.less b/src/common/Checkbox/styles.less index 7efb48c73..38c9a4209 100644 --- a/src/common/Checkbox/styles.less +++ b/src/common/Checkbox/styles.less @@ -7,6 +7,8 @@ .icon { display: block; + width: 1rem; + height: 1rem; fill: var(--color-surfacelighter); } } \ No newline at end of file