add: prettier formating

This commit is contained in:
Ana
2025-07-30 00:48:56 -07:00
parent 315e7341bf
commit d141921abf
+2 -1
View File
@@ -16,7 +16,8 @@ function ToastPreview({message, type}: {message: string; type: ToastType}) {
const IconComponent = TOAST_TYPE_TO_ICON[type]
return (
<Pressable accessibilityRole="button"
<Pressable
accessibilityRole="button"
onPress={() => Toast.show(message, type)}
style={[
{backgroundColor: colors.backgroundColor},