From 6c0b86937798b53e0bb788b297dd008ac07bbe22 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 1 Sep 2022 13:17:50 +1200 Subject: [PATCH] Change selectionColor for light theme on input --- MassiveInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MassiveInput.tsx b/MassiveInput.tsx index a0d2c88..92b0d17 100644 --- a/MassiveInput.tsx +++ b/MassiveInput.tsx @@ -1,6 +1,7 @@ import React from 'react'; import {useColorScheme} from 'react-native'; import {TextInput} from 'react-native-paper'; +import {CombinedDefaultTheme} from './App'; export default function MassiveInput( props: Partial> & { @@ -11,7 +12,7 @@ export default function MassiveInput( return (