Skip to content

Commit 3a0bffe

Browse files
committed
LF-5302 Harmonize multiple treatments of White in SCSS file
1 parent dd26370 commit 3a0bffe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/webapp/src/components/ProfitabilityWidget/styles.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
dd {
5050
color: var(--Blue-acqua);
51-
text-shadow: 1px 1px 0 white;
51+
text-shadow: 1px 1px 0 var(--White);
5252
}
5353
}
5454
}
@@ -148,7 +148,7 @@
148148
}
149149

150150
dd {
151-
text-shadow: 1px 1px 0 white;
151+
text-shadow: 1px 1px 0 var(--White);
152152
}
153153
}
154154

@@ -307,7 +307,7 @@
307307
align-items: center;
308308
padding: 8px 0;
309309
border-radius: 8px;
310-
background: #fff; // var(--White)
310+
background: var(--White);
311311
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
312312

313313
&:nth-child(even) {
@@ -482,7 +482,7 @@
482482
font-size: 24px;
483483
font-weight: 700;
484484
color: var(--Colors-Neutral-Neutral-100);
485-
text-shadow: 1px 1px 0 white;
485+
text-shadow: 1px 1px 0 var(--White);
486486
}
487487

488488
.skeletonKpiTrend {

0 commit comments

Comments
 (0)