upd: tampilan

Deskripsi:
- tampilan form tambah banner
- button save header tambah banner
- tampilan form edit banner
- button save header edit banner
- padding form input with icon left or right

No Issues
This commit is contained in:
amel
2025-03-13 11:31:30 +08:00
parent 5bd65b4d3d
commit 4111392f17
8 changed files with 64 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ export default function ButtonBackHeader({ onPress }: Props) {
<>
<ButtonHeader
item={<Feather name="chevron-left" size={20} color="white" />}
onPress={onPress}
onPress={() => { onPress && onPress() }}
/>
</>
)