Skip to content

Commit 37a25c2

Browse files
committed
fix: progress style rd
1 parent 6e97b47 commit 37a25c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

unocss.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ export default defineConfig({
2727
['m-range-v-large', 'w8 [--m-range-w:2rem]'],
2828
['m-range-v-track', 'relative w-full h-full bg-fill select-none rd-full'],
2929
// highlight
30-
['m-range-highlight-container', 'absolute h-full w-full overflow-hidden'],
31-
['m-range-highlight', 'h-full bg-primary absolute rd-1px'],
32-
['m-range-v-highlight', 'w-full bg-primary absolute rd-1px'],
30+
['m-range-highlight-container', 'absolute h-full w-full overflow-hidden rd-inherit'],
31+
['m-range-highlight', 'h-full bg-primary absolute'],
32+
['m-range-v-highlight', 'w-full bg-primary absolute'],
3333
// progress
34-
['m-range-progress-container', 'absolute h-full w-full overflow-hidden'],
35-
['m-range-progress', 'h-full bg-primary absolute rd-1px'],
36-
['m-range-v-progress', 'w-full bg-primary absolute rd-1px'],
34+
['m-range-progress-container', 'absolute h-full w-full overflow-hidden rd-inherit'],
35+
['m-range-progress', 'h-full bg-primary absolute'],
36+
['m-range-v-progress', 'w-full bg-primary absolute'],
3737
// points
3838
['m-range-points-area', 'absolute h-full w-full rd-inherit overflow-hidden'],
3939
['m-range-points-container', 'absolute h-full left--3px right--3px flex justify-between items-center'],

0 commit comments

Comments
 (0)