Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 3c7a49d

Browse files
committed
Fix missing default value
1 parent af1d7c1 commit 3c7a49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $picker-color: $_coolGrey !default;
6767
$picker-color-hover: $_darkGrey !default;
6868

6969
$picker-background: $_white !default;
70-
$picker-background-hover: !default;
70+
$picker-background-hover: $_paleGrey !default;
7171

7272
$picker-border-radius: 2px !default;
7373
$picker-border-color: #d9dee3 !default;

0 commit comments

Comments
 (0)