diff --git a/app/(application)/division/index.tsx b/app/(application)/division/index.tsx index 54bb756..16b860b 100644 --- a/app/(application)/division/index.tsx +++ b/app/(application)/division/index.tsx @@ -180,7 +180,7 @@ export default function ListDivision() { } - + { diff --git a/app/(application)/group/index.tsx b/app/(application)/group/index.tsx index f7485ff..85b9d8b 100644 --- a/app/(application)/group/index.tsx +++ b/app/(application)/group/index.tsx @@ -126,7 +126,7 @@ export default function Index() { return ( - + - + { diff --git a/app/(application)/search.tsx b/app/(application)/search.tsx index f5d5b98..8490613 100644 --- a/app/(application)/search.tsx +++ b/app/(application)/search.tsx @@ -75,7 +75,6 @@ export default function Search() { headerTitleAlign: 'center' }} /> - {/* */} { @@ -163,13 +162,12 @@ export default function Search() { : - + Tidak ada data } - {/* */} ) diff --git a/components/inputForm.tsx b/components/inputForm.tsx index dded8b6..7ce6451 100644 --- a/components/inputForm.tsx +++ b/components/inputForm.tsx @@ -19,15 +19,16 @@ type Props = { value?: string disable?: boolean multiline?: boolean + mb?: boolean }; -export function InputForm({ label, value, placeholder, onChange, info, disable, error, errorText, required, itemLeft, itemRight, type, round, width, bg, multiline }: Props) { +export function InputForm({ label, value, placeholder, onChange, info, disable, error, errorText, required, itemLeft, itemRight, type, round, width, bg, multiline, mb = true }: Props) { const lebar = Dimensions.get("window").width; if (itemLeft != undefined || itemRight != undefined) { return ( - + { label != undefined && ( diff --git a/components/inputSearch.tsx b/components/inputSearch.tsx index b40100b..65d677d 100644 --- a/components/inputSearch.tsx +++ b/components/inputSearch.tsx @@ -12,6 +12,7 @@ export default function InputSearch({ onChange, width, value }: { onChange?: (va width={width} bg="white" value={value} + mb={false} /> ) } \ No newline at end of file diff --git a/constants/Styles.ts b/constants/Styles.ts index e89307a..b76b1d3 100644 --- a/constants/Styles.ts +++ b/constants/Styles.ts @@ -515,7 +515,7 @@ const Styles = StyleSheet.create({ wrapBtnTab: { justifyContent: 'space-between', flexDirection: 'row', - marginBottom: 15, + marginBottom: 10, borderRadius: 20, padding: 5, backgroundColor: 'white',