Tweak create community for dark theme

This commit is contained in:
J. Ryan Stinnett 2019-02-13 10:16:01 +00:00
parent 932b377dc5
commit a7bae30837

View file

@ -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;
} }