Compare commits
2 Commits
30092e51bf
...
4a7fb67cd4
Author | SHA1 | Date | |
---|---|---|---|
4a7fb67cd4 | |||
9720206150 |
@ -99,21 +99,22 @@ const FilterIcon = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="dropdown">
|
<div className="dropdown" style={{marginLeft:"-14px"}}>
|
||||||
<a
|
<a
|
||||||
className="dropdown-toggle hide-arrow cursor-pointer"
|
className="dropdown-toggle hide-arrow cursor-pointer"
|
||||||
id="filterDropdown"
|
id="filterDropdown"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
>
|
>
|
||||||
|
{/* <i className="bx bx-slider-alt ms-1" /> */}
|
||||||
<i
|
<i
|
||||||
className="fa-solid fa-filter bx-sm"
|
className="bx bx-slider-alt"
|
||||||
style={{ color: selectedBuilding || selectedFloors.length > 0 || selectedActivities.length > 0 ? "#7161EF" : "gray" }}
|
style={{ color: selectedBuilding || selectedFloors.length > 0 || selectedActivities.length > 0 ? "#7161EF" : "gray" }}
|
||||||
></i>
|
></i>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<ul
|
<ul
|
||||||
className="dropdown-menu p-2"
|
className="dropdown-menu p-2 mt-2"
|
||||||
aria-labelledby="filterDropdown"
|
aria-labelledby="filterDropdown"
|
||||||
style={{ minWidth: "360px", fontSize: "13px" }}
|
style={{ minWidth: "360px", fontSize: "13px" }}
|
||||||
onClick={(e) => e.stopPropagation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
|
@ -201,7 +201,7 @@ const DailyTask = () => {
|
|||||||
<div className="card card-action mb-6 ">
|
<div className="card card-action mb-6 ">
|
||||||
<div className="card-body p-1 p-sm-2">
|
<div className="card-body p-1 p-sm-2">
|
||||||
<div className="row d-flex justify-content-between align-items-center">
|
<div className="row d-flex justify-content-between align-items-center">
|
||||||
<div className="col-md-12 d-flex gap-3 align-items-center col-12 text-start mb-2 mb-md-0">
|
<div className="col-md-12 d-flex align-items-center col-12 text-start mb-2 mb-md-0">
|
||||||
<DateRangePicker
|
<DateRangePicker
|
||||||
onRangeChange={setDateRange}
|
onRangeChange={setDateRange}
|
||||||
endDateMode="today"
|
endDateMode="today"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user