diff --git a/src/styles/App.css b/src/styles/App.css index f121711..ec5b20c 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -6,7 +6,7 @@ chatTheme = 'theme4'*/ .theme1 { - background-color: #fce1d9; + background-color: #f5e2e3; } .theme2 { @@ -14,10 +14,10 @@ } .theme3 { - background-color: #eae8f4; + background-color: #efedf9; } -.theme4 { +.theme4 { background-color: #fff; }