Skip to content

Commit

Permalink
styling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajimayoshi committed Jul 11, 2023
1 parent 70375c6 commit 77e0d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}

.rc-slider-rail {
background-color: var(--workspace-padding-color)
background-color: var(--background-color);
}

.rc-slider-track {
background-color: var(--background-color);
background-color: var(--workspace-padding-color);
}

.rc-slider-handle, .rc-slider-handle:hover {
Expand Down Expand Up @@ -120,7 +120,7 @@
color: var(--text-color);
}

.bg-theme-text {
.bg-theme-background-2 {
background-color: var(--text-color);
}

Expand Down

0 comments on commit 77e0d44

Please sign in to comment.