Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Dec 4, 2024
1 parent 4d449f6 commit b0d028a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Themes/Material-Discord/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2836,10 +2836,10 @@
.dragOver_b7c66a {
@extend %guildDragOver !optional;
}
.footer_f8ec41 {
.footer_d71945 {
@extend %guildDiscoverFooter !optional;
}
.gradient_f8ec41 {
.gradient_d71945 {
@extend %guildDiscoverGradient !optional;
}
.circleIconButton_db6521 {
Expand Down Expand Up @@ -4600,6 +4600,9 @@ pre {
.container_f4e139 {
@extend %modalRootNoBg !optional;
}
.modalBg_c73f92 {
@extend %modalRootBg !optional;
}
.header_f9a4c9 {
@extend %modalHeader !optional;
}
Expand Down
5 changes: 5 additions & 0 deletions Themes/Material-Discord/src/modals/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
}
}

%modalRootBg {
background-color: var(--popout-color);
border-radius: var(--popout-radius-big);
}

%modalHeader {
margin: 0;
padding: 24px 24px 16px;
Expand Down

0 comments on commit b0d028a

Please sign in to comment.