Button Props Updated

temp
Pedram Keshavarzi 3 years ago
parent 7f4228af61
commit 7ead8d2a5f
  1. 2
      src/components/Button/index.js

@ -17,7 +17,7 @@ export default function Button({
}) {
return (
<button
className={`rounded-md py-3 justify-center text-sm cursor-pointer lg:py-5 ${
className={`${radius == false ? '' : 'rounded-md'} ${twPaddings? twPaddings : 'py-3'} ${customStyle} justify-center text-sm cursor-pointer lg:py-5 ${
selectable ? (active ? "bg-black" : backgroundColor) : backgroundColor
} ${selectable ? (active ? "text-blueC0" : color) : color} ${
selectable ? (active ? "bg-opacity-10" : bgOpacity) : bgOpacity

Loading…
Cancel
Save