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:
Denis Gorbunov 2022-08-19 14:07:37 +00:00
commit 2dcdfda4bf

View File

@ -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,