Skip to content

Commit

Permalink
fix(styles): update hover token value for date picker (#10854)
Browse files Browse the repository at this point in the history
* fix(styles): adjust hover token value

* fix(styles): remove accidental token change

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
abbeyhrt and kodiakhq[bot] authored Feb 28, 2022
1 parent 6e84438 commit cf5e930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/styles/scss/components/date-picker/_flatpickr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
}

&:hover {
background-color: $background-hover;
background-color: $layer-hover;
}
}

Expand Down Expand Up @@ -269,7 +269,7 @@
margin-left: $spacing-02;

&:hover {
background-color: $background-hover;
background-color: $layer-hover;
}
}

Expand Down Expand Up @@ -445,7 +445,7 @@
transition: all $duration-fast-01 motion(standard, productive);

&:hover {
background: $background-hover;
background: $layer-hover;
}

&:focus {
Expand Down

0 comments on commit cf5e930

Please sign in to comment.