Fix COR-166 Add guild background is too dark

This commit is contained in:
Michael Peters 2021-12-30 18:10:23 -06:00
parent 090c77209c
commit 80bb3b0581
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
.react-overlays > .overlay > .content.add-guild {
min-width: 350px;
background-color: $background-secondary;
background-color: $background-primary;
border-radius: 8px;
.divider {
margin: 16px;
height: 1px;
background-color: $background-primary;
background-color: $background-primary-divider;
}
.guild-preview {

View File

@ -40,7 +40,7 @@ body > .overlay,
/* General Submit Dialog Overlays */
> .content.submit-dialog {
background-color: $background-secondary;
background-color: $background-primary;
border-radius: 8px;
.image-input {