File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import LoadingBanner from '../common/LoadingBanner';
18
18
import ServerCompatBanner from '../common/ServerCompatBanner' ;
19
19
import ServerPushSetupBanner from '../common/ServerPushSetupBanner' ;
20
20
import { OfflineNoticePlaceholder } from '../boot/OfflineNoticeProvider' ;
21
+ import { Icon } from '../common/Icons' ;
21
22
22
23
const styles = createStyleSheet ( {
23
24
wrapper : {
@@ -43,12 +44,13 @@ export default function HomeScreen(props: Props): Node {
43
44
< SafeAreaView mode = "padding" edges = { [ 'top' ] } style = { styles . wrapper } >
44
45
< OfflineNoticePlaceholder />
45
46
< View style = { styles . iconList } >
46
- < TopTabButton
47
- name = "globe"
47
+ < TopTabButtonGeneral
48
48
onPress = { ( ) => {
49
49
dispatch ( doNarrow ( HOME_NARROW ) ) ;
50
50
} }
51
- />
51
+ >
52
+ < Icon size = { 24 } style = { { textAlign : 'center' } } color = { BRAND_COLOR } name = "globe" />
53
+ </ TopTabButtonGeneral >
52
54
< TopTabButton
53
55
name = "star"
54
56
onPress = { ( ) => {
You can’t perform that action at this time.
0 commit comments