File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class DrawerItem extends React.Component {
1515 < Icon
1616 name = "shop"
1717 family = "ArgonExtra"
18- size = { 10 }
18+ size = { 14 }
1919 color = { focused ? "white" : argonTheme . COLORS . PRIMARY }
2020 />
2121 ) ;
@@ -24,7 +24,7 @@ class DrawerItem extends React.Component {
2424 < Icon
2525 name = "map-big"
2626 family = "ArgonExtra"
27- size = { 12 }
27+ size = { 14 }
2828 color = { focused ? "white" : argonTheme . COLORS . ERROR }
2929 />
3030 ) ;
@@ -33,7 +33,7 @@ class DrawerItem extends React.Component {
3333 < Icon
3434 name = "spaceship"
3535 family = "ArgonExtra"
36- size = { 12 }
36+ size = { 14 }
3737 color = { focused ? "white" : argonTheme . COLORS . PRIMARY }
3838 />
3939 ) ;
@@ -42,7 +42,7 @@ class DrawerItem extends React.Component {
4242 < Icon
4343 name = "chart-pie-35"
4444 family = "ArgonExtra"
45- size = { 12 }
45+ size = { 14 }
4646 color = { focused ? "white" : argonTheme . COLORS . WARNING }
4747 />
4848 ) ;
@@ -51,7 +51,7 @@ class DrawerItem extends React.Component {
5151 < Icon
5252 name = "calendar-date"
5353 family = "ArgonExtra"
54- size = { 12 }
54+ size = { 14 }
5555 color = { focused ? "white" : argonTheme . COLORS . INFO }
5656 />
5757 ) ;
@@ -109,8 +109,8 @@ class DrawerItem extends React.Component {
109109
110110const styles = StyleSheet . create ( {
111111 defaultStyle : {
112- paddingVertical : 15 ,
113- paddingHorizontal : 14
112+ paddingVertical : 16 ,
113+ paddingHorizontal : 16
114114 } ,
115115 activeStyle : {
116116 backgroundColor : argonTheme . COLORS . ACTIVE ,
You can’t perform that action at this time.
0 commit comments