diff --git a/src/components/BoxNextToEachOther/index.js b/src/components/BoxNextToEachOther/index.js index 4cbb07e..9a95acc 100644 --- a/src/components/BoxNextToEachOther/index.js +++ b/src/components/BoxNextToEachOther/index.js @@ -10,8 +10,8 @@ const BoxNextToEachOther = ({ cards, selected }) => { // ${active === card ? "bg-[#245CE1]" : "bg-white"}
setActive(active === card ? null : card)} @@ -25,8 +25,8 @@ const BoxNextToEachOther = ({ cards, selected }) => { > {console.log(setActive)}

{card.title} diff --git a/src/components/ButtonDesign/Button/index.js b/src/components/ButtonDesign/Button/index.js index 7822684..531fdf6 100644 --- a/src/components/ButtonDesign/Button/index.js +++ b/src/components/ButtonDesign/Button/index.js @@ -31,10 +31,10 @@ export default Button; Button.defaultProps = { className: - "bg-red-400 text-white hover:bg-gray-900 border border-b-4 border-lightBlueBorderColor rounded text-sm px-4 py-4 hover:bg-opacity-90", + "bg-primary text-primaryText hover:bg-primaryDark border border-b-4 border-primaryLight rounded text-sm px-4 py-4 hover:bg-opacity-90", text: "اطلاعات بیشتر", - iconHolderClassName: "bg-darkGreenBg mr-2", + iconHolderClassName: "bg-secondary mr-2", iconClassName: "w-4", icon: false, diff --git a/src/components/ButtonDesign/ButtonDivTag/index.js b/src/components/ButtonDesign/ButtonDivTag/index.js index ad6538b..e456069 100644 --- a/src/components/ButtonDesign/ButtonDivTag/index.js +++ b/src/components/ButtonDesign/ButtonDivTag/index.js @@ -17,6 +17,6 @@ export default ButtonDivTag; ButtonDivTag.defaultProps = { className: - "bg-darkGreenBg hover:bg-gray-900 textColor border border-lightBlueBorderColor border-b-4 border-lightBlueBorderColor rounded text-sm px-4 py-4", + "bg-primary hover:bg-primaryDark hover:bg-opacity-90 text-primaryText border border-b-4 border-primaryLight rounded text-sm px-4 py-4", text: "its a DIV tag not BUTTON", -}; +}; \ No newline at end of file diff --git a/src/components/CardDesgin/CardTrelloDesign/index.js b/src/components/CardDesgin/CardTrelloDesign/index.js index 42db7b3..5d002dd 100644 --- a/src/components/CardDesgin/CardTrelloDesign/index.js +++ b/src/components/CardDesgin/CardTrelloDesign/index.js @@ -17,7 +17,7 @@ const CardTrelloDesign = ({ showEmptyCards, }) => { return ( -
+
{/* top */}
(
{/* middle */} -

+

طراحی رابط کاربری و تجربه کاربر پروژه اندیشمند به همراه موارد اطلاحی پروژه دانوین

@@ -81,7 +81,7 @@ const CardTrelloDesign = ({ tags.map((tag) => (