Commit fa870528 authored by Lelkada L L P S M's avatar Lelkada L L P S M

home screen card changes

parent a6bc6f69
...@@ -60,11 +60,11 @@ const styles = StyleSheet.create({ ...@@ -60,11 +60,11 @@ const styles = StyleSheet.create({
card: { card: {
backgroundColor: 'white', backgroundColor: 'white',
borderRadius: 20, borderRadius: 20,
width: '80%', width: '90%',
height: '60%', height: '65%',
alignItems: 'center', alignItems: 'center',
justifyContent: 'center', justifyContent: 'center',
padding: 20,
}, },
cardNumber: { cardNumber: {
position: 'absolute', position: 'absolute',
...@@ -72,10 +72,13 @@ const styles = StyleSheet.create({ ...@@ -72,10 +72,13 @@ const styles = StyleSheet.create({
right: 10, right: 10,
fontSize: 18, fontSize: 18,
color: 'black', color: 'black',
paddingRight:15,
paddingTop:15,
}, },
cardImage: { cardImage: {
height: '60%', height: '70%',
width: '80%', width: '90%',
marginBottom: -20,
}, },
wordContainer: { wordContainer: {
flexDirection: 'row', flexDirection: 'row',
...@@ -87,21 +90,22 @@ const styles = StyleSheet.create({ ...@@ -87,21 +90,22 @@ const styles = StyleSheet.create({
backgroundColor: '#FFCE6D', backgroundColor: '#FFCE6D',
borderRadius: 10, borderRadius: 10,
paddingHorizontal: 10, paddingHorizontal: 10,
paddingVertical: 5, paddingVertical: 8,
marginHorizontal: 5, marginHorizontal: 5,
}, },
letter: { letter: {
fontSize: 24, fontSize: 30,
color: 'white', color: 'white',
}, },
navigationButtons: { navigationButtons: {
marginTop:25,
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'space-around', justifyContent: 'space-around',
alignItems: 'center', alignItems: 'center',
width: '100%', width: '100%',
}, },
navigationButtonText: { navigationButtonText: {
fontSize: 36, fontSize: 30,
color: 'black', color: 'black',
}, },
}); });
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