From adc2d05b2c3838dc11848754ba1644c42c26932b Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 15 Jul 2023 15:02:29 +1200 Subject: [PATCH] Add back in missing titleStyle in Select.tsx --- Select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/Select.tsx b/Select.tsx index d75038b..b5dd4eb 100644 --- a/Select.tsx +++ b/Select.tsx @@ -61,6 +61,7 @@ function Select({ > {items.map((item) => ( handlePress(item.value)}