Commit 0ef0e42 1 parent 18d91e4 commit 0ef0e42 Copy full SHA for 0ef0e42
File tree 1 file changed +4
-3
lines changed
src/components/Form/fields
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
:max =" max"
46
46
:step =" step"
47
47
class =" w-full"
48
+ unstyled
48
49
:aria-labelledby =" labelId"
49
50
:pt =" sliderStyling"
50
51
/>
@@ -111,7 +112,7 @@ export default {
111
112
// Position
112
113
' block absolute' ,
113
114
{
114
- ' top-0 left -0' : props .orientation == ' horizontal' ,
115
+ ' top-0 start -0' : props .orientation == ' horizontal' ,
115
116
},
116
117
// Size
117
118
{
@@ -133,9 +134,9 @@ export default {
133
134
' h-[1.143rem]' ,
134
135
' w-[1.143rem]' ,
135
136
{
136
- ' top-[50%] mt-[-0.5715rem] ml -[-0.5715rem]' :
137
+ ' top-[50%] mt-[-0.5715rem] ms -[-0.5715rem]' :
137
138
props .orientation == ' horizontal' ,
138
- ' left -[50%] mb-[-0.5715rem] ml -[-0.5715rem]' :
139
+ ' start -[50%] mb-[-0.5715rem] ms -[-0.5715rem]' :
139
140
props .orientation == ' vertical' ,
140
141
},
141
142
// Shape
You can’t perform that action at this time.
0 commit comments