From aa4bd693bd7a84989761dcd6753199f63a21bc7f Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Fri, 9 Feb 2024 00:27:17 +0700 Subject: [PATCH] fix(ui/components/Search): type error with unnecessary property --- src/ui/components/Search.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/components/Search.tsx b/src/ui/components/Search.tsx index c88f6e9..56daa6b 100644 --- a/src/ui/components/Search.tsx +++ b/src/ui/components/Search.tsx @@ -9,7 +9,6 @@ const styles = stylesheet.createThemedStyleSheet({ margin: 0, padding: 0, borderBottomWidth: 0, - background: "none", backgroundColor: "none", } });