$primary-bg-color -> $background

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-08-12 17:17:34 +02:00
parent 1a1a76e2d7
commit 2afee596a9
37 changed files with 51 additions and 53 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ limitations under the License.
@keyframes visualbell {
from { background-color: $visual-bell-bg-color; }
to { background-color: $primary-bg-color; }
to { background-color: $background; }
}
.mx_MessageComposer_input_error {
@@ -161,7 +161,7 @@ limitations under the License.
outline: none;
box-shadow: none;
color: $primary-fg-color;
background-color: $primary-bg-color;
background-color: $background;
font-size: $font-14px;
max-height: 120px;
overflow: auto;