Commit de1342cc by nguyenquangtung004

TODO: Đã fix bug giao diện một số giao diện

parent 5d4d1d0c
...@@ -110,9 +110,9 @@ const styles = StyleSheet.create({ ...@@ -110,9 +110,9 @@ const styles = StyleSheet.create({
width: 0, width: 0,
height: 2, height: 2,
}, },
shadowOpacity: 1, shadowOpacity: 0.5,
shadowRadius: 2, shadowRadius: 1,
elevation: 2, elevation: 1,
}, },
card_item: { card_item: {
backgroundColor: R.colors.white, backgroundColor: R.colors.white,
......
...@@ -58,9 +58,9 @@ const styles = StyleSheet.create({ ...@@ -58,9 +58,9 @@ const styles = StyleSheet.create({
width: 0, width: 0,
height: 2, height: 2,
}, },
shadowOpacity: 1, shadowOpacity: 0.5,
shadowRadius: 2, shadowRadius: 1,
elevation: 2, elevation: 1,
paddingHorizontal: 15, paddingHorizontal: 15,
paddingVertical: 10, paddingVertical: 10,
}, },
......
...@@ -17,6 +17,7 @@ import CustomTextInput from "../../components/Input/TextFieldCus"; ...@@ -17,6 +17,7 @@ import CustomTextInput from "../../components/Input/TextFieldCus";
const CertificateRegistrationView = (props) => { const CertificateRegistrationView = (props) => {
const { titleHeader, dataList, isSelected, setSelection } = props; const { titleHeader, dataList, isSelected, setSelection } = props;
return ( return (
<ScrollView <ScrollView
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
contentContainerStyle={styles.scrollContent}> contentContainerStyle={styles.scrollContent}>
......
...@@ -42,8 +42,7 @@ const styles = StyleSheet.create({ ...@@ -42,8 +42,7 @@ const styles = StyleSheet.create({
height: 2, height: 2,
}, },
shadowRadius: 2, shadowRadius: 2,
borderWidth: 1, shadowOpacity: 0.5,
borderColor: R.colors.grey_50,
}, },
text: { text: {
fontSize: R.fontsize.fontsSize12, fontSize: R.fontsize.fontsSize12,
......
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