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 /> */} {/* <ReligiousTimes /> */}
{/* <DistributedData /> */} {/* <DistributedData /> */}
{/* <CardDesign1 /> */} {/* <CardDesign1 /> */}
{/* <CardDesign2 /> */} <CardDesign2 />
<CardDesign3 /> <CardDesign3 />
{/* <LeafletMap /> */} {/* <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"> <div className="flex flex-col bg-white shadow-sm rounded max-w-[370px] mr-20 my-20 p-4">
<TitleSubtitle <TitleSubtitle
subTitle={false} subTitle={false}
title={"طبقه سوم"} title={"افراد حاضر در این سالن"}
titleColor={"text-[#0F0543]"} titleClassName={"font-bold text-[#0F0543]"}
titleFontWeight={"font-bold"} titleBorderClassName={"w-1 h-5 bg-[#1FF87D]"}
titleDividerBgColor={"bg-[#1FF87D]"}
titleDividerWidth={"w-1.5"}
/> />
<IconText /> <IconText />
<DragDropContext onDragEnd={handleOnDragEnd}> <DragDropContext onDragEnd={handleOnDragEnd}>

Loading…
Cancel
Save