Commit b64b28a3 authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

auction detail page layout completed

parent aafda65f
......@@ -20,7 +20,7 @@ const AuctionDetailScreen = (props, {navigation}) => {
<View style={styles.container}>
<AppContainer>
<View style={styles.titleContent}>
<Text style={styles.auctionHeading}>Title</Text>
<Text style={styles.auctionHeading}>Auction Item</Text>
<View style={styles.lotContainer}>
<Text style={styles.auctionText}>Lot No : </Text>
<View style={styles.lot}><Text style={styles.lotText}>17839</Text></View>
......@@ -60,7 +60,7 @@ const styles = StyleSheet.create({
},
auctionHeading: {
fontSize: 24,
fontWeight: 'bold',
fontWeight: '600',
color: themeColors.PRIMARY_COLOR
},
lotContainer: {
......
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