about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/TextInput.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r--src/view/com/composer/text-input/TextInput.web.tsx6
1 files changed, 1 insertions, 5 deletions
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(
             <View style={[pal.view, pal.border, styles.dropModal]}>
               <Text
                 type="lg"
-                style={[
-                  pal.text,
-                  {borderColor: pal.colors.borderDark},
-                  styles.dropText,
-                ]}>
+                style={[pal.text, pal.borderDark, styles.dropText]}>
                 <Trans>Drop to add images</Trans>
               </Text>
             </View>