Skip to content

Commit

Permalink
fix(styles): update px value for border-bottom (#10771)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
abbeyhrt and kodiakhq[bot] authored Feb 21, 2022
1 parent 1262c62 commit 41994b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
display: inline-flex;
width: mini-units(6);
height: mini-units(6);
border: rem(2px) solid transparent;
border: rem(1px) solid transparent;
transition: background-color $duration-fast-02,
border-color $duration-fast-02;
}
Expand Down

0 comments on commit 41994b6

Please sign in to comment.