From 854718c5551139109a0eef60126b9a39117f833f Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 20 Jan 2024 21:20:07 +0700 Subject: refactor: use right borderDark --- src/view/com/composer/text-input/TextInput.web.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/view/com/composer/text-input/TextInput.web.tsx') diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index b0bc78c15..3ffe3baaf 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -235,11 +235,7 @@ export const TextInput = React.forwardRef(function TextInputImpl( + style={[pal.text, pal.borderDark, styles.dropText]}> Drop to add images -- cgit 1.4.1