Merge pull request #3057 from vector-im/luke/fix-avatar-image-background-colour

Set BaseAvatar_image bg colour = #fff
pull/3081/head
David Baker 2017-01-26 16:34:01 +00:00 committed by GitHub
commit bb70622b55
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@ limitations under the License.
.mx_BaseAvatar_image {
border-radius: 40px;
vertical-align: top;
background-color: #fff;
}