Tweak create community for dark theme
This commit is contained in:
parent
932b377dc5
commit
a7bae30837
1 changed files with 1 additions and 2 deletions
|
@ -43,10 +43,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CreateGroupDialog_prefix,
|
.mx_CreateGroupDialog_prefix,
|
||||||
.mx_CreateGroupDialog_suffix {
|
.mx_CreateGroupDialog_suffix {
|
||||||
height: 35px;
|
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
background-color: $input-border-color;
|
background-color: $input-darker-bg-color;
|
||||||
border: 1px solid $input-border-color;
|
border: 1px solid $input-border-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue