Skip to content

Commit

Permalink
finalized color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicespresso committed May 12, 2020
1 parent 045266f commit 270cd21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
chatTheme = 'theme4'*/

.theme1 {
background-color: #fce1d9;
background-color: #f5e2e3;
}

.theme2 {
background-color: #fff;
}

.theme3 {
background-color: #eae8f4;
background-color: #efedf9;
}

.theme4 {
.theme4 {
background-color: #fff;
}

Expand Down

0 comments on commit 270cd21

Please sign in to comment.