Change background color of alert-success

This commit is contained in:
Vishnu Mohandas 2021-04-28 14:24:15 +05:30
parent db951c297f
commit 59a0a694d1

View file

@ -170,7 +170,7 @@ const GlobalStyles = createGlobalStyle`
margin-top: 50px;
}
.alert-success {
background-color: #a9f7ff;
background-color: #8ffbb9;
color: #000000;
}
.alert-primary {