Skip to content

Commit 9cf5745

Browse files
committed
Replaced hard-coded white backgrounds with var(--checkins-palette-background-default)
1 parent 6d7925d commit 9cf5745

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

web-ui/src/components/edit_skills/EditSkills.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: absolute;
33
min-width: 400px;
44
max-width: 600px;
5-
background-color: #fff;
5+
background-color: var(--checkins-palette-background-default);
66
top: 50%;
77
left: 50%;
88
padding: 0.5rem;
@@ -40,7 +40,7 @@
4040
position: absolute;
4141
min-width: 400px;
4242
max-width: 600px;
43-
background-color: #fff;
43+
background-color: var(--checkins-palette-background-default);
4444
top: 50%;
4545
left: 50%;
4646
padding: 0.5rem;

web-ui/src/components/skills/SkillSection.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
position: absolute;
2727
min-width: 400px;
2828
max-width: 600px;
29-
background-color: #fff;
29+
background-color: var(--checkins-palette-background-default);
3030
top: 50%;
3131
left: 50%;
3232
padding: 0.5rem;

web-ui/src/pages/CheckinsPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
position: absolute;
1010
min-width: 400px;
1111
max-width: 600px;
12-
background-color: #fff;
12+
background-color: var(--checkins-palette-background-default);
1313
top: 50%;
1414
left: 50%;
1515
padding: 0.5rem;

web-ui/src/pages/ErrorBoundaryPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: absolute;
33
min-width: 400px;
44
max-width: 600px;
5-
background-color: #fff;
5+
background-color: var(--checkins-palette-background-default);
66
top: 50%;
77
left: 50%;
88
padding: 0.5rem;

0 commit comments

Comments
 (0)