Skip to content

Commit

Permalink
fix(tag): add transition
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 27, 2021
1 parent aac0684 commit d14a965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
border: 0;
border-radius: 50%;
cursor: pointer;

transition: background-color $duration--fast-01 motion(standard, productive),
box-shadow $duration--fast-01 motion(standard, productive);
svg {
fill: currentColor;
}
Expand Down

0 comments on commit d14a965

Please sign in to comment.