$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
@@ -36,7 +36,7 @@ limitations under the License.
.mx_ConfirmUserActionDialog_reasonField {
font-size: $font-14px;
color: $primary-fg-color;
background-color: $primary-bg-color;
background-color: $background;
border-radius: 3px;
border: solid 1px $input-border-color;
@@ -30,7 +30,7 @@ limitations under the License.
border: 1px solid $input-border-color;
padding: 9px;
color: $primary-fg-color;
background-color: $primary-bg-color;
background-color: $background;
}
.mx_CreateGroupDialog_input_hasPrefixAndSuffix {
+1 -1
View File
@@ -56,7 +56,7 @@ limitations under the License.
border: 1px solid $input-border-color;
padding: 9px;
color: $primary-fg-color;
background-color: $primary-bg-color;
background-color: $background;
width: 100%;
}
+1 -1
View File
@@ -19,7 +19,7 @@ limitations under the License.
border: 1px solid $input-border-color;
padding: 9px;
color: $input-fg-color;
background-color: $primary-bg-color;
background-color: $background;
font-size: $font-15px;
width: 100%;
max-width: 280px;