@@ -181,7 +181,7 @@ const Dashboard = () => {
|
||||
<div className="stats-row-box">
|
||||
<div className="stats-unit-wrapper">
|
||||
<div className="stats-icon-wrapper">
|
||||
<Activity style={{ color: "#f27300" }} />
|
||||
<Activity style={{ color: "#ff6200" }} />
|
||||
</div>
|
||||
{allCases?.length >= 1 ? (
|
||||
<div>
|
||||
@@ -243,7 +243,7 @@ const Dashboard = () => {
|
||||
<>
|
||||
<div className="stats-unit-wrapper">
|
||||
<div className="stats-icon-wrapper">
|
||||
<Clock style={{ color: "#f27300" }} />
|
||||
<Clock style={{ color: "#ff6200" }} />
|
||||
</div>
|
||||
<div>
|
||||
<p className="stats-text">
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
font-weight: 500;
|
||||
justify-content: left;
|
||||
align-items: flex-start;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.docedit-header-col2 {
|
||||
@@ -462,6 +463,7 @@
|
||||
|
||||
.prelim-statement-container {
|
||||
margin-bottom: 8px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.docedit-prelim-text {
|
||||
|
||||
Reference in New Issue
Block a user