$avatar-bg-color -> $background

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-12 11:58:59 +02:00
parent 8b59bf3d18
commit a3a6f73049
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
5 changed files with 3 additions and 5 deletions

View file

@ -43,5 +43,5 @@ limitations under the License.
object-fit: cover;
border-radius: 125px;
vertical-align: top;
background-color: $avatar-bg-color;
background-color: $background;
}