diff options
author | Mary <pineapplecreamcheese@skiff.com> | 2024-01-20 21:20:07 +0700 |
---|---|---|
committer | Mary <pineapplecreamcheese@skiff.com> | 2024-01-21 08:43:11 +0700 |
commit | 854718c5551139109a0eef60126b9a39117f833f (patch) | |
tree | 947e1284f7e0c13d44bc9f76f7960b82dda8f95f /src/view/com/composer/text-input/TextInput.web.tsx | |
parent | 90b6cfbb917154c50568e6422ef4dd6bfc77c02a (diff) | |
download | voidsky-854718c5551139109a0eef60126b9a39117f833f.tar.zst |
refactor: use right borderDark
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.web.tsx | 6 |
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> |