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:
parent
cd497a3974
commit
a72f55a11f
2 changed files with 13 additions and 7 deletions
|
@ -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,
|
||||
],
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue