Commit f03f2d61 authored by Lihinikaduwa D.N.R.  's avatar Lihinikaduwa D.N.R.

Merge branch 'it18257632' into 'master'

It18257632

See merge request !204
parents 2ee15d1b 92946937
...@@ -108,7 +108,7 @@ const styles = StyleSheet.create({ ...@@ -108,7 +108,7 @@ const styles = StyleSheet.create({
borderWidth: 5, borderWidth: 5,
borderColor: '#d9d9d9', borderColor: '#d9d9d9',
alignItems: 'center', alignItems: 'center',
shadowColor: 'red', shadowColor: 'green',
shadowOffset: { shadowOffset: {
width: 0, width: 0,
height: 2, height: 2,
......
...@@ -19,9 +19,6 @@ export default function ReadModal(props) { ...@@ -19,9 +19,6 @@ export default function ReadModal(props) {
const navigation = useNavigation(); const navigation = useNavigation();
const navigate = () => {
}
return ( return (
<Modal <Modal
animationType="fade" animationType="fade"
...@@ -128,13 +125,13 @@ const styles = StyleSheet.create({ ...@@ -128,13 +125,13 @@ const styles = StyleSheet.create({
borderRadius: 20, borderRadius: 20,
padding: 35, padding: 35,
borderWidth: 5, borderWidth: 5,
// borderColor: '#red', borderColor: '#02a137',
alignItems: 'center', alignItems: 'center',
// shadowColor: 'red', shadowColor: 'green',
// shadowOffset: { shadowOffset: {
// width: 0, width: 0,
// height: 2, height: 2,
// }, },
shadowOpacity: 0.25, shadowOpacity: 0.25,
shadowRadius: 4, shadowRadius: 4,
elevation: 5, elevation: 5,
...@@ -174,13 +171,13 @@ const styles = StyleSheet.create({ ...@@ -174,13 +171,13 @@ const styles = StyleSheet.create({
marginBottom: 20, marginBottom: 20,
}, },
alert2: { alert2: {
// backgroundColor: 'rgba(0, 181, 0, 0.45)', backgroundColor: '#FFFFFFEF',
borderWidth: 1,
borderColor: '#02a137',
borderRadius: 50, borderRadius: 50,
width: 100, width: 100,
height: 100, height: 100,
marginBottom: 20, marginBottom: 20,
marginTop: -80, marginTop: -80,
}, },
}); });
...@@ -110,7 +110,6 @@ const styles = StyleSheet.create({ ...@@ -110,7 +110,6 @@ const styles = StyleSheet.create({
elevation: 2, elevation: 2,
}, },
centeredView3: { centeredView3: {
flex: 1, flex: 1,
justifyContent: 'center', justifyContent: 'center',
...@@ -123,13 +122,13 @@ const styles = StyleSheet.create({ ...@@ -123,13 +122,13 @@ const styles = StyleSheet.create({
borderRadius: 20, borderRadius: 20,
padding: 20, padding: 20,
borderWidth: 5, borderWidth: 5,
// borderColor: '#1DCE92', borderColor: '#a10202',
alignItems: 'center', alignItems: 'center',
// shadowColor: 'red', shadowColor: 'green',
// shadowOffset: { shadowOffset: {
// width: 0, width: 0,
// height: 2, height: 2,
// }, },
shadowOpacity: 0.25, shadowOpacity: 0.25,
shadowRadius: 4, shadowRadius: 4,
elevation: 5, elevation: 5,
...@@ -169,7 +168,9 @@ const styles = StyleSheet.create({ ...@@ -169,7 +168,9 @@ const styles = StyleSheet.create({
textAlign: 'center', textAlign: 'center',
}, },
alert3: { alert3: {
backgroundColor: 'rgba(255, 0, 0, 0.74)', backgroundColor: '#FFFFFFEF',
borderWidth: 1,
borderColor: '#a10202',
borderRadius: 50, borderRadius: 50,
width: 100, width: 100,
height: 100, height: 100,
......
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