Commit 5d4d1d0c by nguyenquangtung004

TODO:Đã fix xong một số bug về giao diện thành công thành công

parent 08fb9b10
...@@ -32,8 +32,9 @@ const styles = StyleSheet.create({ ...@@ -32,8 +32,9 @@ const styles = StyleSheet.create({
shadowColor: R.colors.black, shadowColor: R.colors.black,
shadowOffset: { shadowOffset: {
width: 0, width: 0,
height:2
}, },
shadowOpacity: 1, shadowOpacity: 0.5,
shadowRadius: 2, shadowRadius: 2,
elevation: 1, elevation: 1,
backgroundColor: R.colors.white, backgroundColor: R.colors.white,
......
...@@ -35,14 +35,13 @@ const styles = StyleSheet.create({ ...@@ -35,14 +35,13 @@ const styles = StyleSheet.create({
borderRadius: 15, borderRadius: 15,
marginBottom: 18, marginBottom: 18,
padding: 15, padding: 15,
elevation: 2, elevation: 1,
shadowColor: R.colors.black, shadowColor: R.colors.black,
shadowOffset: { shadowOffset: {
width: 0, width: 0,
height: 2, height: 2,
}, },
shadowRadius: 2, shadowRadius: 2,
borderWidth: 1, borderWidth: 1,
borderColor: R.colors.grey_50, borderColor: R.colors.grey_50,
}, },
......
...@@ -12,11 +12,11 @@ const styles = StyleSheet.create({ ...@@ -12,11 +12,11 @@ const styles = StyleSheet.create({
shadowColor: R.colors.black, shadowColor: R.colors.black,
shadowOffset: { shadowOffset: {
width: 0, width: 0,
height: 0, height: 2,
}, },
shadowOpacity: 1, shadowOpacity: 0.5,
shadowRadius: 5, shadowRadius: 1,
elevation: 5, elevation: 1,
paddingVertical: 10, paddingVertical: 10,
paddingHorizontal: 15, paddingHorizontal: 15,
borderRadius: 10, borderRadius: 10,
......
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