update App.js, src/components/CardDesign2/index.js, src/components/FileManager/index.js and src/components/TitleSubtitle/index.js

master
mahdi 3 years ago
parent 41c2b969d2
commit ff78efbb39
  1. 2
      src/App.js
  2. 8
      src/components/CardDesign2/index.js

@ -145,7 +145,7 @@ function App() {
{/* <ReligiousTimes /> */}
{/* <DistributedData /> */}
{/* <CardDesign1 /> */}
{/* <CardDesign2 /> */}
<CardDesign2 />
<CardDesign3 />
{/* <LeafletMap /> */}

@ -23,11 +23,9 @@ const CardDesign2 = ({ buttons }) => {
<div className="flex flex-col bg-white shadow-sm rounded max-w-[370px] mr-20 my-20 p-4">
<TitleSubtitle
subTitle={false}
title={"طبقه سوم"}
titleColor={"text-[#0F0543]"}
titleFontWeight={"font-bold"}
titleDividerBgColor={"bg-[#1FF87D]"}
titleDividerWidth={"w-1.5"}
title={"افراد حاضر در این سالن"}
titleClassName={"font-bold text-[#0F0543]"}
titleBorderClassName={"w-1 h-5 bg-[#1FF87D]"}
/>
<IconText />
<DragDropContext onDragEnd={handleOnDragEnd}>

Loading…
Cancel
Save