added possibility to turn off paddings of button
This commit is contained in:
parent
eb7205025c
commit
246aa98a73
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user