Skip to content

Commit

Permalink
Update frontend/apps/service-site/src/components/ShareIconButton/Shar…
Browse files Browse the repository at this point in the history
…eIconButton.module.css

Co-authored-by: Junki Saito <[email protected]>
  • Loading branch information
kumanoayumi and junkisai authored Oct 11, 2024
1 parent fbd3048 commit 686a674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
align-items: center;
border-radius: var(--border-radius-full);
background: var(--pane-background);
transition: color 0.1s ease-out, background-color 0.1s ease-out;
transition: color var(--default-hover-animation-duration) var(--default-timing-function), background-color var(--default-hover-animation-duration) var(--default-timing-function);

&:hover {
background: var(--pane-background-hover);
Expand Down

0 comments on commit 686a674

Please sign in to comment.