@teamnhz/rn-ui-toolkit 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -739,7 +739,7 @@ const ImagePicker = ({ mediaType, isMultiSelect = false, onSuccess, visible, onC
|
|
|
739
739
|
};
|
|
740
740
|
export default ImagePicker;
|
|
741
741
|
const styles = StyleSheet.create({
|
|
742
|
-
container: {
|
|
742
|
+
container: { paddingVertical: 10, paddingHorizontal: 16 },
|
|
743
743
|
row: {
|
|
744
744
|
flexDirection: "row",
|
|
745
745
|
alignItems: "center",
|