Skip to content

Commit

Permalink
Changed the background of text fields and toggle handles to match the…
Browse files Browse the repository at this point in the history
… Light theme colour schemes
  • Loading branch information
damiankorcz committed May 25, 2024
1 parent d61d7a3 commit 08d2d40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/scss/User Interface/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@ select.dropdown {
border-radius: var(--radius-s);
box-shadow: var(--shadow-s);

.theme-light & {
background-color: white;
}

.theme-dark & {
background-color: var(--background-secondary-alt);
}
Expand Down
11 changes: 7 additions & 4 deletions src/scss/Variables/coreVariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,17 +261,20 @@ body {
--checkbox-color: var(--background-primary-alt);
--checkbox-border-color: var(--background-secondary-alt);


--scrollbar-bg: var(--background-secondary);

--pdf-background: var(--background-primary);
--pdf-sidebar-background: var(--background-primary);

--canvas-dot-pattern: hsla(var(--background-secondary-alt-hsl), 75%);

--indentation-guide-color: hsla(var(--background-secondary-alt-hsl), 75%);

--interactive-normal: var(--background-primary);
--toggle-thumb-color: var(--background-primary);

--background-modifier-form-field: var(--background-primary);
// Style Settings Defaults
--graph-line-color-lt: var(--background-secondary-alt);
--graph-fill-color-lt: var(--color-grey-tint);
Expand Down

0 comments on commit 08d2d40

Please sign in to comment.