Skip to content

Commit

Permalink
Revert "used color that is used in Chore/css changes PalisadoesFounda…
Browse files Browse the repository at this point in the history
…tion#2466 in the place of green using variable"

This reverts commit 10bfe21.
  • Loading branch information
Dhiren-Mhatre committed Dec 31, 2024
1 parent ce41c68 commit 066ebca
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
--grey-bg-color-dark: #707070;
--dropdown-border-color: #cccccc;
--primary-border-solid: 1px solid var(--dropdown-border-color);
--status-accepted-color: #eaebef;
--status-pending-color: #ed6c02;
--groups-label-color: grey;
}
.fonts {
color: var(--grey-bg-color-dark);
Expand Down Expand Up @@ -4154,13 +4151,13 @@ button[data-testid='createPostBtn'] {
}

.acceptedStatus {
color: var(--status-accepted-color);
-webkit-text-fill-color: var(--status-accepted-color);
color: green;
-webkit-text-fill-color: green;
}

.pendingStatus {
color: var(--status-pending-color);
-webkit-text-fill-color: var(--status-pending-color);
color: #ed6c02;
-webkit-text-fill-color: #ed6c02;
}

.hoursField {
Expand All @@ -4172,7 +4169,7 @@ button[data-testid='createPostBtn'] {
margin-left: 0.5rem;
margin-bottom: 0;
font-size: 0.8rem;
color: var(--groups-label-color);
color: grey;
}

.tableHeader {
Expand Down

0 comments on commit 066ebca

Please sign in to comment.