Compare commits

..

No commits in common. "4a7fb67cd486c7d1afc1885c0fac783f35162458" and "30092e51bf00da8b06e9a7c9b7c0b264ef18ea01" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -99,22 +99,21 @@ const FilterIcon = ({
};
return (
<div className="dropdown" style={{marginLeft:"-14px"}}>
<div className="dropdown">
<a
className="dropdown-toggle hide-arrow cursor-pointer"
id="filterDropdown"
data-bs-toggle="dropdown"
aria-expanded="false"
>
{/* <i className="bx bx-slider-alt ms-1" /> */}
<i
className="bx bx-slider-alt"
className="fa-solid fa-filter bx-sm"
style={{ color: selectedBuilding || selectedFloors.length > 0 || selectedActivities.length > 0 ? "#7161EF" : "gray" }}
></i>
</a>
<ul
className="dropdown-menu p-2 mt-2"
className="dropdown-menu p-2"
aria-labelledby="filterDropdown"
style={{ minWidth: "360px", fontSize: "13px" }}
onClick={(e) => e.stopPropagation()}

View File

@ -201,7 +201,7 @@ const DailyTask = () => {
<div className="card card-action mb-6 ">
<div className="card-body p-1 p-sm-2">
<div className="row d-flex justify-content-between align-items-center">
<div className="col-md-12 d-flex align-items-center col-12 text-start mb-2 mb-md-0">
<div className="col-md-12 d-flex gap-3 align-items-center col-12 text-start mb-2 mb-md-0">
<DateRangePicker
onRangeChange={setDateRange}
endDateMode="today"