Skip to content

Commit 6845d15

Browse files
authored
Change font family to variable
1 parent b6851a8 commit 6845d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.react-datepicker {
9-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
9+
font-family: $datepicker__font-family;
1010
font-size: $datepicker__font-size;
1111
background-color: #fff;
1212
color: $datepicker__text-color;

0 commit comments

Comments
 (0)