Skip to content

Commit

Permalink
button active stater change shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
vdawg-git committed Mar 3, 2024
1 parent 4892ffd commit 5afd46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const { url, target } = Astro.props

&:active {
translate: 0 1px;
box-shadow: 0 2px 0 theme(colors.deepPink);
box-shadow: 0 2px 0 theme(colors.deepPurple);
}
}
</style>

0 comments on commit 5afd46c

Please sign in to comment.