Commit 950479cc by tungnq

TODO: Đã chỉnh sữa giao diện modal đăng kí thông tin ngoại trú

parent d330a628
...@@ -98,7 +98,7 @@ const styles = StyleSheet.create({ ...@@ -98,7 +98,7 @@ const styles = StyleSheet.create({
fontWeight: '400', fontWeight: '400',
color: R.colors.black, // FIXME: Đổi từ grey_200 sang black để text rõ hơn color: R.colors.black, // FIXME: Đổi từ grey_200 sang black để text rõ hơn
padding: 0, padding: 0,
minHeight: 40, height: 30,
}, },
}); });
......
...@@ -62,7 +62,7 @@ const OutpatientInfomationView = (props) => { ...@@ -62,7 +62,7 @@ const OutpatientInfomationView = (props) => {
fontFamily={R.fonts.InterRegular} fontFamily={R.fonts.InterRegular}
backgroundColor={R.colors.blue500} backgroundColor={R.colors.blue500}
borderRadius={10} borderRadius={10}
height={38} height={35}
onPress={onOpenRegistrationModal} onPress={onOpenRegistrationModal}
/> />
</View> </View>
......
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