Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8368f11

Browse files
#39 - Match Add filter modal background with other modals
1 parent 3cff9ad commit 8368f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/components/editFiltersPopup/popup.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* importing colors */
22
@value colors: "../../styles/colors.module.css";
3-
@value gray_overlay, gray1, gray2, white_75, lightGray, white from colors;
3+
@value gray_overlay, gray1, gray2, white_95, lightGray, white from colors;
44

55
.overlay {
66
position: fixed;
@@ -32,7 +32,7 @@
3232
}
3333

3434
.popupContent {
35-
background-color: white_75;
35+
background-color: white_95;
3636
width: 500px;
3737

3838
border-radius: 10px;

client/src/styles/colors.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@value gray3: #282c34;
77
@value gray4: #e6e6e6;
88
@value white: #FFFFFF;
9-
@value white_75: rgba(255, 255, 255, 0.75);
9+
@value white_95: rgba(246, 246, 246, 0.95);
1010
@value green1: #60EC77;
1111
@value green2: #0FE030;
1212
@value lightGray: #EEEEEE;

0 commit comments

Comments
 (0)