From 3c04ead88d028780b9a3590cf61ba52c99e0c488 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Wed, 3 Sep 2025 06:50:42 +0200 Subject: [PATCH] fix color picker backgrond --- src/components/themed/CustomModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/themed/CustomModal.tsx b/src/components/themed/CustomModal.tsx index 79841b6..068eb16 100644 --- a/src/components/themed/CustomModal.tsx +++ b/src/components/themed/CustomModal.tsx @@ -1,5 +1,5 @@ import React, {useState} from "react"; -import {StyleSheet, TouchableWithoutFeedback, View} from "react-native"; +import {StyleSheet, View} from "react-native"; import Modal from "react-native-modal"; import ThemedButton from "@/src/components/themed/ThemedButton";