Merge branch 'increase-space' into 'develop'

Increase space between icon and counter

See merge request soapbox-pub/soapbox-fe!1748
This commit is contained in:
Justin 2022-08-24 13:47:34 +00:00
commit 3f6f26788c

View file

@ -87,7 +87,7 @@ const StatusActionButton = React.forwardRef<HTMLButtonElement, IStatusActionButt
'text-black dark:text-white': active && emoji, 'text-black dark:text-white': active && emoji,
'text-accent-300 hover:text-accent-300 dark:hover:text-accent-300': active && !emoji && color === COLORS.accent, 'text-accent-300 hover:text-accent-300 dark:hover:text-accent-300': active && !emoji && color === COLORS.accent,
'text-success-600 hover:text-success-600 dark:hover:text-success-600': active && !emoji && color === COLORS.success, 'text-success-600 hover:text-success-600 dark:hover:text-success-600': active && !emoji && color === COLORS.success,
'space-x-0.5': !text, 'space-x-1': !text,
'space-x-2': text, 'space-x-2': text,
}, },
className, className,