Skip to content

Commit

Permalink
Add transition to button
Browse files Browse the repository at this point in the history
  • Loading branch information
Onitoxan authored and Pl217 committed Sep 11, 2024
1 parent 1366aa0 commit b8087eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/hpc-ui/src/lib/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const StyledBaseButton = styled(BaseButton)`
&:hover,
&:focus,
&.${CLS.ACTIVE} {
transition: ease-out 0.1s;
text-decoration: none;
background-color: ${(p) => p.theme.colors.pallete.gray.light};
color: #fff;
Expand Down

0 comments on commit b8087eb

Please sign in to comment.