Skip to content

Commit

Permalink
DateTimePicker component: Use color function for defining the backgro…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr authored and antpb committed Oct 26, 2018
1 parent 8d6fc81 commit 2f380fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
background: theme(primary);

&:hover {
background: theme(primary) shade(15%);
background: color(theme(primary) shade(15%));
}
}

Expand Down

0 comments on commit 2f380fb

Please sign in to comment.