Skip to content

Commit

Permalink
#113 update button hover design
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-serb committed Apr 30, 2024
1 parent 5f19708 commit cfe2c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/organisms/OCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ function start(): void {
> .custom-form__button {
width: 100%;
&:hover {
transition: all 0.5s ease;
background-color: var(--color-link-hover);
color: var(--color-white);
}
}
}
}
Expand Down

0 comments on commit cfe2c53

Please sign in to comment.