feature & fix

deskripsi:
- fix Text input
- feature Box footer & button center
This commit is contained in:
2025-07-09 10:19:02 +08:00
parent 0698e14d36
commit 16559b94fe
27 changed files with 1284 additions and 71 deletions

View File

@@ -3,13 +3,13 @@ import { MainColor } from "@/constants/color-palet";
import { TEXT_SIZE_MEDIUM } from "@/constants/constans-value";
import React, { useState } from "react";
import {
View,
Text,
Pressable,
Modal,
FlatList,
Modal,
Pressable,
StyleSheet,
Text,
TouchableOpacity,
View,
} from "react-native";
type SelectItem = {
@@ -100,7 +100,7 @@ const styles = StyleSheet.create({
label: {
fontSize: TEXT_SIZE_MEDIUM,
marginBottom: 4,
color: MainColor.white,
color: MainColor.white_gray,
fontWeight: "500",
},
requiredIndicator: {
@@ -109,7 +109,7 @@ const styles = StyleSheet.create({
},
input: {
borderWidth: 1,
borderColor: "#ccc",
borderColor: MainColor.white_gray,
padding: 12,
borderRadius: 8,
minHeight: 48,