File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/react-native-web/src/exports Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ ProgressBar.displayName = 'ProgressBar';
71
71
72
72
const styles = StyleSheet . create ( {
73
73
track : {
74
+ forcedColorAdjust : 'none' ,
74
75
height : 5 ,
75
76
overflow : 'hidden' ,
76
77
userSelect : 'none' ,
77
78
zIndex : 0
78
79
} ,
79
80
progress : {
81
+ forcedColorAdjust : 'none' ,
80
82
height : '100%' ,
81
83
zIndex : - 1
82
84
} ,
Original file line number Diff line number Diff line change @@ -145,13 +145,15 @@ const styles = StyleSheet.create({
145
145
cursor : 'inherit'
146
146
} ,
147
147
track : {
148
+ forcedColorAdjust : 'none' ,
148
149
...StyleSheet . absoluteFillObject ,
149
150
height : '70%' ,
150
151
margin : 'auto' ,
151
152
transitionDuration : '0.1s' ,
152
153
width : '100%'
153
154
} ,
154
155
thumb : {
156
+ forcedColorAdjust : 'none' ,
155
157
alignSelf : 'flex-start' ,
156
158
borderRadius : '100%' ,
157
159
boxShadow : thumbDefaultBoxShadow ,
You can’t perform that action at this time.
0 commit comments