update src/components/CardDesgin/CardDesign1/index.js, src/components/CardDesgin/CardDesign2/index.js, src/components/CardDesgin/CustomToast/index.js and src/components/MiniComponents/IconText/index.js

master
mahdi 2 years ago
parent c9223c718c
commit 26f41a5388
  1. 4
      src/components/CardDesgin/CardDesign1/index.js
  2. 4
      src/components/CardDesgin/CardDesign2/index.js
  3. 2
      src/components/CardDesgin/CustomToast/index.js
  4. 2
      src/components/MiniComponents/IconText/index.js

@ -9,8 +9,8 @@ const CardDesign1 = () => {
<TitleSubtitle
subTitle={false}
title={"طبقه سوم"}
titleClassName={"font-sansbold text-[#0F0543]"}
titleBorderClassName={"w-1 h-5 bg-[#F8EA1F] ml-1"}
titleClassName={"font-bold text-primaryText"}
titleBorderClassName={"w-1 h-5 bg-warning ml-1"}
/>
<IconText />
<CustomToast />

@ -24,8 +24,8 @@ const CardDesign2 = ({ buttons }) => {
<TitleSubtitle
subTitle={false}
title={"افراد حاضر در این سالن"}
titleClassName={"font-sansbold text-[#0F0543]"}
titleBorderClassName={"w-1 h-5 bg-[#1FF87D] ml-1"}
titleClassName={"font-bold text-primaryText"}
titleBorderClassName={"w-1 h-5 bg-success ml-1"}
/>
<IconText />
<DragDropContext onDragEnd={handleOnDragEnd}>

@ -13,6 +13,6 @@ export default CustomToast;
CustomToast.defaultProps = {
className:
"p-4 bg-[#489BEC33] border-[#489BEC] text-[#0555A4] mt-4 border-2 font-sansbold",
"p-4 mt-4 bg-[#489BEC33] border-2 border-primaryLight text-primaryText font-bold",
icon: "images/CustomToastpen-icon.svg",
};

@ -16,5 +16,5 @@ export default IconText;
IconText.defaultProps = {
icon: "images/IconTextinfo-icon.svg",
contentClassname: "text-[#2E2E2E]",
contentClassname: "text-primaryText",
};

Loading…
Cancel
Save