chore(presets): update input icon spacing for sm

This commit is contained in:
Benjamin Canac
2022-06-28 15:28:43 +02:00
parent 2f90ce2319
commit 7979bc6586

View File

@@ -158,7 +158,7 @@ const input = {
spacing: { spacing: {
xxs: 'ml-2', xxs: 'ml-2',
xs: 'ml-2', xs: 'ml-2',
sm: 'ml-3', sm: 'ml-2',
md: 'ml-3', md: 'ml-3',
lg: 'ml-3', lg: 'ml-3',
xl: 'ml-3' xl: 'ml-3'
@@ -169,7 +169,7 @@ const input = {
spacing: { spacing: {
xxs: 'mr-2', xxs: 'mr-2',
xs: 'mr-2', xs: 'mr-2',
sm: 'mr-3', sm: 'mr-2',
md: 'mr-3', md: 'mr-3',
lg: 'mr-3', lg: 'mr-3',
xl: 'mr-3' xl: 'mr-3'