mn-angular-lib 1.0.32 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -221,7 +221,7 @@ const mnAlertVariants = tv({
221
221
  });
222
222
 
223
223
  const mnButtonVariants = tv({
224
- base: 'hover:cursor-pointer transition-all duration-300 ease-in-out',
224
+ base: 'inline-flex items-center justify-center hover:cursor-pointer transition-all duration-300 ease-in-out',
225
225
  variants: {
226
226
  size: {
227
227
  sm: 'px-2 py-1 text-sm',