Composer - fix divider when replying to someone (#4279)

* move replyto border to beneath

* use hairline width for consistency

* fix border colors
This commit is contained in:
Samuel Newman 2024-05-30 14:34:30 +03:00 committed by GitHub
parent cd497a3974
commit a72f55a11f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View file

@ -183,7 +183,9 @@ export const ComposePost = observer(function ComposePost({
[0, 1],
[
'transparent',
isWeb ? t.palette.contrast_100 : t.palette.contrast_400,
isWeb
? t.atoms.border_contrast_low.borderColor
: t.atoms.border_contrast_high.borderColor,
],
),
}