Modals: Unify angular/react modals backdrop color (#22708)

This commit is contained in:
Dominik Prokop
2020-03-11 09:30:08 +01:00
committed by GitHub
parent c6829645c7
commit 4845321b43
3 changed files with 67 additions and 59 deletions

View File

@@ -130,7 +130,7 @@ $divider-border-color: $gray-1;
$tight-form-func-bg: $dark-9;
$tight-form-func-highlight-bg: $dark-10;
$modal-backdrop-bg: #353c42;
$modal-backdrop-bg: #343b40;
$code-tag-bg: $dark-1;
$code-tag-border: $dark-9;