Commit 91a881cb authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

styling fixed

parent 68a70a85
...@@ -46,7 +46,7 @@ const styles = StyleSheet.create({ ...@@ -46,7 +46,7 @@ const styles = StyleSheet.create({
marginVertical: 10, marginVertical: 10,
borderRadius: 10, borderRadius: 10,
backgroundColor: themeColors.PRIMARY_COLOR, backgroundColor: themeColors.PRIMARY_COLOR,
marginHorizontal: 10
}, },
label: { label: {
fontSize: 22, fontSize: 22,
......
...@@ -29,6 +29,9 @@ const AuctionDetailScreen = (props, {navigation}) => { ...@@ -29,6 +29,9 @@ const AuctionDetailScreen = (props, {navigation}) => {
<ScrollView horizontal> <ScrollView horizontal>
<View style={styles.stakesContainer}> <View style={styles.stakesContainer}>
<AppStakeItem/> <AppStakeItem/>
<AppStakeItem/>
<AppStakeItem/>
<AppStakeItem/>
</View> </View>
</ScrollView> </ScrollView>
</AppContainer> </AppContainer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment