From 57bd000a6abe9a846ea68ae886a327c12f97cdd2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Feb 2022 21:15:37 +0100 Subject: Update --- src/objects/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects/_button.scss') diff --git a/src/objects/_button.scss b/src/objects/_button.scss index 15804f1..94711b7 100644 --- a/src/objects/_button.scss +++ b/src/objects/_button.scss @@ -43,8 +43,8 @@ @include iro.props-namespace('button') { @include iro.props-store(( --dims: ( - --pad-x: iro.fn-px-to-rem(19px), - --pad-y: iro.fn-px-to-rem(8px), + --pad-x: fn.global-dim(--size --225), + --pad-y: fn.global-dim(--size --100), --rounding: 10em, ), ), 'dims'); -- cgit v1.2.3-54-g00ecf