Skip to content

Commit 8fa191e

Browse files
[ui] fix input range
1 parent 507d230 commit 8fa191e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $editor-full-height: calc(100vh - 45.5px - 7px - 15.75px - 21px - 57.75px - 10.5
111111
}
112112

113113
.du-range {
114-
--range-shdw: var(--nc);
114+
--range-shdw: var(--fallback-bc, oklch(var(--nc) / 1));
115115
}
116116

117117
.modal-background {

0 commit comments

Comments
 (0)