Skip to content

Commit

Permalink
css variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlernik committed Dec 28, 2024
1 parent f1ba4a7 commit efc1249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3488,12 +3488,12 @@ button[data-testid='createPostBtn'] {
/* CustomRecurrenceModal.tsx */

.titlemodalCustomRecurrenceModal {
color: #707070;
color: var(--grey-bg-color-dark);
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 3px solid #7c9beb;
border-bottom: 3px solid var(--subtle-blue-grey);
width: 65%;
}

Expand Down

0 comments on commit efc1249

Please sign in to comment.