upd: tampilan

Deskripsi:
- jarak setelah input text pencarian

No Issues
This commit is contained in:
2025-08-22 16:40:31 +08:00
parent 298113488c
commit 37fda41dc1
8 changed files with 8 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ export default function Index() {
</View>
<InputSearch onChange={setSearch} />
</View>
<View style={{ flex: 2 }}>
<View style={[{ flex: 2 }, Styles.mt05]}>
{
loading ?
arrSkeleton.map((item, index) => {