Skip to content

Commit

Permalink
Merge pull request #464 from alexlee-dev/notification-success
Browse files Browse the repository at this point in the history
✨ Notification - Success Background is Red #459 - Change color
  • Loading branch information
Alex Lee committed Nov 10, 2020
2 parents 088d629 + 1b47cab commit 3b51ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Notification: React.FunctionComponent<NotificationProps> = (
const Message = message;
const iconSettings = {
success: {
backgroundColor: "#feeaea",
backgroundColor: "#c9ffc6",
className: "far fa-check-circle",
color: "green",
},
Expand Down

0 comments on commit 3b51ac5

Please sign in to comment.