diff --git a/app/resources/images/chat-icon.svg b/app/resources/images/chat-icon.svg index 5273589..172defc 100644 --- a/app/resources/images/chat-icon.svg +++ b/app/resources/images/chat-icon.svg @@ -2,7 +2,7 @@ - + diff --git a/app/stylus/components/Chat.styl b/app/stylus/components/Chat.styl index 2836c4b..45f5b63 100644 --- a/app/stylus/components/Chat.styl +++ b/app/stylus/components/Chat.styl @@ -15,7 +15,7 @@ background-position: center; background-size: 70%; background-repeat: no-repeat; - background-color: rgba(#000, 0.5); + background-color: rgba(#fff, 0.3); background-image: url('/resources/images/chat-icon.svg'); cursor: pointer; transition-property: opacity, background-color;