Skip to content

Commit

Permalink
used coderabbit suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiren-Mhatre committed Dec 30, 2024
1 parent 826da09 commit f81eeb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4161,8 +4161,8 @@ button[data-testid='createPostBtn'] {
}

.pendingStatus {
color: var(--status-pending-color);
-webkit-text-fill-color: var(--status-pending-color);
color: var(--bs-warning);
-webkit-text-fill-color: var(--bs-warning);
/* Add clock icon */
&::before {
content: '⏳';
Expand All @@ -4179,7 +4179,7 @@ button[data-testid='createPostBtn'] {
margin-left: 0.5rem;
margin-bottom: 0;
font-size: 0.8rem;
color: grey;
color: var(--bs-secondary);
}

.tableHeader {
Expand Down

0 comments on commit f81eeb8

Please sign in to comment.