Skip to content

Commit a20ec46

Browse files
Change report header title color in TotalOrgSummary
1 parent 1d80f7f commit a20ec46

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/TotalOrgSummary/TotalOrgSummary.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@
8989
line-height: 36px;
9090
color: #000;
9191
}
92-
92+
.containerTotalOrgWrapper:global(.bg-oxford-blue) .reportHeaderTitle h3 {
93+
color: #fff !important;
94+
}
9395
.reportHeaderActions {
9496
display: flex;
9597
align-items: center;
@@ -228,4 +230,4 @@
228230
}
229231
.whiteSmoke {
230232
background-color: #f5f5f5;
231-
}
233+
}

0 commit comments

Comments
 (0)