Merge pull request 'added possibility to turn off paddings of button' (#89) from fix/button-component into develop
Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/89
This commit is contained in:
commit
2dcdfda4bf
@ -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