update App.js, src/components/CardDesign3/index.js, src/components/CardTrelloDesign/index.js and src/components/CustomToast2/index.js

master
mahdi 2 years ago
parent e0d62187d4
commit e4b26d4ed7
  1. 4
      src/App.js
  2. 2
      src/components/CardDesign3/index.js
  3. 2
      src/components/CardTrelloDesign/index.js
  4. 2
      src/components/CustomToast2/index.js

@ -141,7 +141,7 @@ function App() {
{/* <GridListTable /> */}
{/* <PopupCard /> */}
{/* <TimeLineComponent /> */}
{/* <CardTrelloDesign /> */}
<CardTrelloDesign />
{/* <ReligiousTimes /> */}
{/* <DistributedData /> */}
{/* <CardDesign1 /> */}
@ -151,7 +151,7 @@ function App() {
{/* *************************************************** mini components *************************************************** */}
{/* <Button /> */}
<Button />
{/* <ButtonDesign /> */}
{/* <ButtonNewDesign /> */}
{/* <ButtonDivTag /> */}

@ -7,7 +7,7 @@ const CardDesign3 = () => {
<div className="flex flex-col bg-white shadow-sm rounded max-w-[440px] mr-20 my-20 p-4">
<TitleSubtitle
subTitle={false}
title={"طبقه سوم"}
title={"افراد حاضر در این سالن"}
titleColor={"text-[#0F0543]"}
titleFontWeight={"font-bold"}
titleDividerBgColor={"bg-[#1FF87D]"}

@ -20,7 +20,7 @@ const CardTrelloDesign = ({
showEmptyCards,
}) => {
return (
<div className="w-3/12 mx-auto bg-white mt-10 rounded-md shadow p-3">
<div className="max-w-[400px] mx-auto bg-white mt-10 rounded-md shadow p-3">
{/* top */}
<div
className={`flex justify-between items-center ${

@ -13,7 +13,7 @@ const CustomToast2 = ({ items, num }) => {
{items.slice(0, num).map((item, index) => (
<div
key={index}
className="flex flex-row items-center p-4 bg-[#F8F8F8] border border-[#BCBCBC] rounded mt-7"
className="flex flex-row items-center p-4 bg-[#F8F8F8] border border-[#C9E2B3] rounded mt-4"
>
{/* right */}
<div className="flex flex-row items-center flex-1 ">

Loading…
Cancel
Save