Commit b79dbb6b by tungnq

TODO: Đã sửa một số phần giao diện

parent de1342cc
...@@ -35,15 +35,16 @@ const styles = StyleSheet.create({ ...@@ -35,15 +35,16 @@ const styles = StyleSheet.create({
borderRadius: 15, borderRadius: 15,
marginBottom: 18, marginBottom: 18,
padding: 15, padding: 15,
elevation: 1,
shadowColor: R.colors.black, shadowColor: R.colors.black,
shadowOffset: { shadowOffset: {
width: 0, width: 0,
height: 2, height:2
}, },
shadowRadius: 2,
shadowOpacity: 0.5, shadowOpacity: 0.5,
shadowRadius: 1,
elevation: 1,
}, },
text: { text: {
fontSize: R.fontsize.fontsSize12, fontSize: R.fontsize.fontsSize12,
fontWeight: "600", fontWeight: "600",
......
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