Merge pull request #167 from kjannette/hite4

Hite4
This commit is contained in:
S Jannette
2024-03-14 05:25:23 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -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">

View File

@@ -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 {