Skip to content

Commit

Permalink
remove transition property from input and button
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jan 1, 2024
1 parent 4a790b4 commit f257a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/core/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const Button = styled.button`
border-radius: 100px;
border: 1px solid ${darken(0.1, colors.primary)};
box-shadow: 0 0 0 0 ${rgba(colors.primary, 0.7)};
transition: all 0.4s ease;
&:hover {
background: linear-gradient(
40deg,
Expand Down
1 change: 0 additions & 1 deletion src/components/core/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const StyledInput = styled.input`
border: 1px solid ${colors.input};
padding: 1rem;
color: ${colors.white};
transition: all 0.2s ease;
font-size: 0.85rem;
border-radius: 4px;
Expand Down

0 comments on commit f257a08

Please sign in to comment.