Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
skip actions
  • Loading branch information
win11bot committed Oct 7, 2023
1 parent 2fb7a6a commit 0a1a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/start/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const SidePane = () => {
function sliderBackground(elem, e) {
elem.style.setProperty(
"--track-color",
`linear-gradient(90deg, var(--clrPrm) ${e - 3}%, #888888 ${e}%)`
`linear-gradient(90deg, var(--clrPrm) ${e - 3}%, #888888 ${e}%)`,
);
}

Expand Down

0 comments on commit 0a1a666

Please sign in to comment.