Skip to content

Commit

Permalink
update toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 17, 2023
1 parent 379cfd5 commit 7f48ae3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/react-components/input/ToggleInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
margin-left: 16px;
display: flex;
flex-direction: column;
color: theme.$text2-color;
}

:local(.label) {
Expand Down
3 changes: 1 addition & 2 deletions src/react-components/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
--toolbar-label-accent4: var(--accent4-color);
--toolbar-label-accent5: var(--accent5-color);

--tile-text-color: var(--text4-color);
--tile-text-color: var(--text2-color);
--tile-bg-color: var(--secondary-color);
--tile-bg-color-hover: var(--secondary-color-hover);
--tile-bg-color-pressed: var(--secondary-color-pressed);
Expand Down Expand Up @@ -638,7 +638,6 @@ small,
strong {
font-size: theme.$font-size-xs;
font-weight: theme.$font-weight-bold;
color: theme.$text2-color;
}

small {
Expand Down

0 comments on commit 7f48ae3

Please sign in to comment.