diff options
| author | Brenden Bice <brenden.next@gmail.com> | 2019-04-01 22:38:56 -0400 |
|---|---|---|
| committer | Brenden Bice <brenden.next@gmail.com> | 2019-04-11 23:26:12 -0400 |
| commit | 0d8eb1d00b9044398fccf0760329fb81887c9b18 (patch) | |
| tree | 2a258f930c12110ab290302d3e43bcc8d2bf83ba /src/components/avatar_list | |
| parent | 2db607f49cbfb3068354581559e6e605d9dea03b (diff) | |
set default avatar background
Diffstat (limited to 'src/components/avatar_list')
| -rw-r--r-- | src/components/avatar_list/avatar_list.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/avatar_list/avatar_list.vue b/src/components/avatar_list/avatar_list.vue index 204ccb9a..3241609c 100644 --- a/src/components/avatar_list/avatar_list.vue +++ b/src/components/avatar_list/avatar_list.vue @@ -28,6 +28,7 @@ height: 40px; width: 40px; line-height: 40px; + background-color: $main-background; } } } |
