Skip to content

Commit

Permalink
fix : lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Juknum committed Aug 16, 2024
1 parent 7fab5e5 commit d80ff5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/(pages)/(protected)/contribute/submit/submit.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* stylelint-disable no-descending-specificity -- idk why is it not happy */

.slider-button {
--mantine-color-default-border: var(--mantine-color-dark-4) !important;

background-color: #2e2e2e;

&:hover {
Expand All @@ -10,7 +12,9 @@

:where([data-mantine-color-scheme='light']) .slider-button {
color: var(--mantine-color-text);

--mantine-color-default-border: var(--mantine-color-gray-2) !important;

background-color: var(--mantine-color-gray-0);

&:hover {
Expand Down
1 change: 1 addition & 0 deletions src/app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ body {

:where([data-mantine-color-scheme='light']) body {
--mantine-color-body: #eee;

background-image: radial-gradient(rgba(0 0 0 / 12%) .25px, var(--mantine-color-body) 1px);
}

Expand Down

0 comments on commit d80ff5d

Please sign in to comment.