Set BaseAvatar_image bg colour = #fff

This commit is contained in:
Luke Barnard 2017-01-25 14:27:25 +00:00
parent 80c1ec0502
commit 0021fb37f3

View File

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