Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jan 22, 2025
1 parent d8aff1b commit d4417c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions Themes/Material-Discord/src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@

--switch-knob-color: hsl(0,0%,47%);
--switch-knob-color-modal: hsl(0,0%,56%);
--switch-knob-checked: var(--accent-text-color);
--switch-slider-color: hsl(240,1%,20%);
--switch-slider-color-modal: var(--switch-slider-color);
--switch-slider-checked: hsl(var(--accent-hsl));
--switch-color-modifier: 1.3;
--switch-slider-checked: hsl(var(--accent-hsl),0.3);

--md-ripple-color: 0,100%,100%;

Expand Down Expand Up @@ -257,10 +258,11 @@
--button-border-color: hsl(0,0%,80%);

--switch-knob-color: hsl(0,0%,49%);
--switch-knob-color-modal: hsl(0,0%,56%);
--switch-knob-checked: var(--accent-text-color);
--switch-slider-color: hsl(0,0%,81%);
--switch-slider-color-modal: var(--switch-slider-color);
--switch-color-modifier: 1.8;
--switch-slider-checked: hsl(var(--accent-hsl),0.8);
--switch-slider-checked: hsl(var(--accent-hsl));

--md-ripple-color: 0,0%,0%;

Expand Down
10 changes: 6 additions & 4 deletions Themes/Material-Discord/src/modals/_nitroPurchase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
}

%nitroPlanHeaderBackground {
width: calc(100% + 8px);
top: -24px;
left: -24px;
right: -24px;
margin-bottom: 16px;

%modalHeaderAnimation {
border-top-left-radius: var(--popout-radius-big);
border-top-right-radius: var(--popout-radius-big);
}
}

%nitroPlanHeaderBackground,
Expand Down

0 comments on commit d4417c3

Please sign in to comment.