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