File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import LoadingBanner from '../common/LoadingBanner';
1818import ServerCompatBanner from '../common/ServerCompatBanner' ;
1919import ServerPushSetupBanner from '../common/ServerPushSetupBanner' ;
2020import { OfflineNoticePlaceholder } from '../boot/OfflineNoticeProvider' ;
21+ import { Icon } from '../common/Icons' ;
2122
2223const styles = createStyleSheet ( {
2324 wrapper : {
@@ -43,12 +44,14 @@ export default function HomeScreen(props: Props): Node {
4344 < SafeAreaView mode = "padding" edges = { [ 'top' ] } style = { styles . wrapper } >
4445 < OfflineNoticePlaceholder />
4546 < View style = { styles . iconList } >
46- < TopTabButton
47+ < TopTabButtonGeneral
4748 name = "globe"
4849 onPress = { ( ) => {
4950 dispatch ( doNarrow ( HOME_NARROW ) ) ;
5051 } }
51- />
52+ >
53+ < Icon size = { 24 } style = { { textAlign : 'center ' } } color = { BRAND_COLOR } name = "globe" />
54+ </ TopTabButtonGeneral >
5255 < TopTabButton
5356 name = "star"
5457 onPress = { ( ) => {
You can’t perform that action at this time.
0 commit comments