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
…und (#10943)
  • Loading branch information
mmtr authored and gziolo committed Oct 23, 2018
1 parent 5f01719 commit b68327f
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 b68327f

Please sign in to comment.