From 7979bc6586d17a30f8b27c29df3b52c3b8612837 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 28 Jun 2022 15:28:43 +0200 Subject: [PATCH] chore(presets): update input icon spacing for `sm` --- src/runtime/presets/default.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/presets/default.ts b/src/runtime/presets/default.ts index a625f3ca..9863cbb1 100644 --- a/src/runtime/presets/default.ts +++ b/src/runtime/presets/default.ts @@ -158,7 +158,7 @@ const input = { spacing: { xxs: 'ml-2', xs: 'ml-2', - sm: 'ml-3', + sm: 'ml-2', md: 'ml-3', lg: 'ml-3', xl: 'ml-3' @@ -169,7 +169,7 @@ const input = { spacing: { xxs: 'mr-2', xs: 'mr-2', - sm: 'mr-3', + sm: 'mr-2', md: 'mr-3', lg: 'mr-3', xl: 'mr-3'