slider start

This commit is contained in:
2024-04-23 15:33:17 +05:00
parent 9254b23d78
commit 17aca707ef
14 changed files with 260 additions and 119 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ const Button = ({
return (
<button
className={`min-w-[50px] py-3 px-6 transition-[background] duration-300 ease-in-out rounded-lg text-s ${backgroundColor} ${backgroundHoverColor} ${textColor} ${
className={`min-w-[40px] ${
icon && !text ? "p-[10px]" : "py-3 px-6"
} transition-[background] duration-300 ease-in-out rounded-lg text-s ${backgroundColor} ${backgroundHoverColor} ${textColor} ${
className ? className : ""
}`}
>