added possibility to turn off paddings of button

This commit is contained in:
Maximus 2022-08-19 17:01:05 +03:00
parent eb7205025c
commit 246aa98a73

View File

@ -55,7 +55,7 @@ export const Button: React.FC<ButtonProps> & ButtonExtentions = ({
className={classNames([
"flex content-center justify-between",
"text-center",
padding,
{ padding: defaultStyle },
"rounded",
{
"!cursor-default": disabled,