Commit 125ea758 authored by Neranga K.T.'s avatar Neranga K.T.

.

parent f870be54
...@@ -134,7 +134,7 @@ const styles = StyleSheet.create({ ...@@ -134,7 +134,7 @@ const styles = StyleSheet.create({
tr: { tr: {
flexDirection: 'row', flexDirection: 'row',
justifyContent: 'space-between', justifyContent: 'space-between',
backgroundColor: '#33cc00', backgroundColor: 'white',
paddingHorizontal: 10, paddingHorizontal: 10,
paddingVertical: 5, paddingVertical: 5,
borderBottomColor: 'black', borderBottomColor: 'black',
...@@ -144,6 +144,6 @@ const styles = StyleSheet.create({ ...@@ -144,6 +144,6 @@ const styles = StyleSheet.create({
fontSize: 18, fontSize: 18,
fontWeight: 'bold', fontWeight: 'bold',
textAlign: 'center', textAlign: 'center',
color: 'white' color: 'black'
} }
}); });
export default { export default {
elementry: 1, elementry: 5,
medium: 1, medium: 5,
advance: 3 advance: 3
} }
\ No newline at end of file
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