Revert "$avatar-bg-color -> $background"

This reverts commit a3a6f73049.
This commit is contained in:
Šimon Brandner 2021-08-24 09:04:17 +02:00
parent bf87413442
commit 3d9a0286dc
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
5 changed files with 5 additions and 3 deletions

View file

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

View file

@ -54,7 +54,7 @@ limitations under the License.
width: $font-16px;
height: $font-16px;
margin-right: 0.24rem;
background: var(--avatar-background), $background;
background: var(--avatar-background), $avatar-bg-color;
color: $avatar-initial-color;
background-repeat: no-repeat;
background-size: $font-16px;

View file

@ -86,6 +86,7 @@ $menu-box-shadow-color: $background;
$menu-selected-color: $room-highlight-color;
$avatar-initial-color: #ffffff;
$avatar-bg-color: $background;
$h3-color: $primary-content;

View file

@ -36,7 +36,7 @@ $button-secondary-bg-color: var(--timeline-background-color);
$field-focused-label-bg-color: var(--timeline-background-color);
$lightbox-border-color: var(--timeline-background-color);
$menu-bg-color: var(--timeline-background-color);
$background: var(--timeline-background-color);
$avatar-bg-color: var(--timeline-background-color);
$message-action-bar-bg-color: var(--timeline-background-color);
$background: var(--timeline-background-color);
$togglesw-ball-color: var(--timeline-background-color);

View file

@ -124,6 +124,7 @@ $menu-box-shadow-color: rgba(118, 131, 156, 0.6);
$menu-selected-color: #f5f8fa;
$avatar-initial-color: $background;
$avatar-bg-color: $background;
$h3-color: #3d3b39;