File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ class TopBar extends Component<ModalTopBarProps> {
170
170
{ this . renderLeftButtons ( ) }
171
171
</ View >
172
172
< View row flex-3 bottom centerH centerV >
173
- < Text accessible = { ! ! title } numberOfLines = { 1 } text70 style = { [ styles . title , titleStyle ] } >
173
+ < Text $textDefault accessible = { ! ! title } numberOfLines = { 1 } text70 style = { [ styles . title , titleStyle ] } >
174
174
{ title }
175
175
</ Text >
176
176
</ View >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import {BlurViewPackage} from '../../optionalDependencies';
14
14
import { Constants , asBaseComponent } from '../../commons/new' ;
15
15
import TopBar , { ModalTopBarProps } from './TopBar' ;
16
16
import View from '../../components/view' ;
17
- import Colors from '../../style/colors' ;
18
17
19
18
const BlurView = BlurViewPackage ?. BlurView ;
20
19
@@ -144,8 +143,7 @@ const styles = StyleSheet.create({
144
143
...StyleSheet . absoluteFillObject
145
144
} ,
146
145
fill : {
147
- flex : 1 ,
148
- backgroundColor : Colors . $backgroundDefault
146
+ flex : 1
149
147
} ,
150
148
accessibleOverlayView : {
151
149
height : 50 ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
60
60
[ children ] ) ;
61
61
62
62
return (
63
- < View flex useSafeArea = { useSafeArea } >
63
+ < View bg-$backgroundDefault flex useSafeArea = { useSafeArea } >
64
64
< Modal . TopBar { ...topBarProps } />
65
65
{ renderSearchInput ( ) }
66
66
You can’t perform that action at this time.
0 commit comments