Skip to content

Commit

Permalink
Client - fix background color on dark theme when modal is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Dec 23, 2023
1 parent c875a07 commit 6e215aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fittrackee_client/src/scss/colors-dark.scss
Expand Up @@ -47,7 +47,7 @@
--calendar-workouts-box-shadow-0: rgba(0, 0, 0, 0.2);
--calendar-workouts-box-shadow-1: rgba(0, 0, 0, 0.19);

--modal-background-color: rgba(0, 0, 0, 0.3);
--modal-background-color: rgba(68, 68, 68, 0.3);

--nav-bar-background-color: var(--dark-blue);
--nav-bar-link-active: #ffffff;
Expand Down

0 comments on commit 6e215aa

Please sign in to comment.