diff --git a/src/components/Button/index.js b/src/components/Button/index.js index a5c94cc..9907c85 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -39,7 +39,7 @@ Button.defaultProps = { text: "اطلاعات بیشتر", subTitle: false, - subTitleClass: "text-sm", + subTitleClass: "text-xs", iconHolderClassName: "bg-secondary mr-2", iconClassName: "w-4", diff --git a/src/components/Card/index.js b/src/components/Card/index.js index c40015a..c27035c 100644 --- a/src/components/Card/index.js +++ b/src/components/Card/index.js @@ -18,7 +18,7 @@ const ProcessCard = ({ processes, title, hint, buttons, options }) => { > {process.color && ( )} @@ -30,19 +30,19 @@ const ProcessCard = ({ processes, title, hint, buttons, options }) => { {/* middle */}
-

{title}

-

+

{title}

+

{hint}

{/* bottom */} -
+
{buttons.map((btn, index) => (