Skip to content

Commit

Permalink
applied coderabbit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiren-Mhatre committed Dec 31, 2024
1 parent 6371f56 commit 6a760d3
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4145,6 +4145,7 @@ button[data-testid='createPostBtn'] {
gap: 1rem;
margin: 0 auto;
margin-bottom: 0.5rem;
role: 'status';
}

.statusIcon {
Expand All @@ -4154,21 +4155,17 @@ button[data-testid='createPostBtn'] {
.acceptedStatus {
color: var(--bs-primary);
-webkit-text-fill-color: var(--bs-primary);
/* Add checkmark icon */
&::before {
content: '✓';
margin-right: 0.25rem;
}
outline: 1px solid currentColor;
border-radius: 4px;
padding: 2px 4px;
}

.pendingStatus {
color: var(--bs-warning);
-webkit-text-fill-color: var(--bs-warning);
/* Add clock icon */
&::before {
content: '⏳';
margin-right: 0.25rem;
}
outline: 1px solid currentColor;
border-radius: 4px;
padding: 2px 4px;
}

.hoursField {
Expand Down

0 comments on commit 6a760d3

Please sign in to comment.