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