Skip to content

Commit

Permalink
update alert hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 20, 2024
1 parent d88640e commit 8c30a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/src/atoms/buttons/AlertPrimaryButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const AlertPrimaryButton = styled(NewAlertPrimaryBtn)`
&:hover {
box-shadow: 0 0 0;
background-color: ${COLORS.red55};
}
&:disabled {
Expand Down

0 comments on commit 8c30a07

Please sign in to comment.