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([
|
className={classNames([
|
||||||
"flex content-center justify-between",
|
"flex content-center justify-between",
|
||||||
"text-center",
|
"text-center",
|
||||||
padding,
|
{ padding: defaultStyle },
|
||||||
"rounded",
|
"rounded",
|
||||||
{
|
{
|
||||||
"!cursor-default": disabled,
|
"!cursor-default": disabled,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user