Skip to content

Commit ecce0bf

Browse files
committed
improvement(new-challenge-listing): fix npm test
1 parent 9f85986 commit ecce0bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/shared/components/DateRangePicker/style.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121

2222
.isRange {
2323
:global {
24-
.rdrStartEdge, .rdrEndEdge {
24+
.rdrStartEdge,
25+
.rdrEndEdge {
2526
color: $listing-checkbox-green !important;
2627
}
28+
2729
.rdrDayHovered {
2830
background: $listing-checkbox-green !important;
2931
}
32+
3033
.rdrDay {
3134
.rdrInRange {
3235
background: lighten($listing-checkbox-green, 30%) !important;

src/shared/components/challenge-listing/ChallengeCard/Prize/Tip/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $prize-space-10: $base-unit * 2;
1616

1717
h1 {
1818
@include roboto-regular;
19+
1920
border: none;
2021
color: $tc-white;
2122
font-size: 14px;

0 commit comments

Comments
 (0)