upd: redesign

This commit is contained in:
2026-02-23 14:20:26 +08:00
parent 3809d382fa
commit d1dec49784
8 changed files with 94 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ export default function ToastCustom({ position }: { position?: 'top' | 'bottom'
bottomOffset={80}
config={{
small: ({ text1 }) => (
<View style={[Styles.toastContainer, { backgroundColor: colors.card, borderColor: colors.icon + '20' }]}>
<View style={[Styles.toastContainer, { backgroundColor: colors.modalBackground, borderColor: colors.icon + '20' }]}>
<Text style={{ fontSize: 12 }}>{text1}</Text>
</View>
)