Decrease thickness of border on message input (#4196)

zio/stable
Hailey 2024-05-23 10:17:50 -07:00 committed by GitHub
parent b093e0b673
commit 9900d32904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ export function MessageInput({
{
padding: a.p_sm.padding - 2,
paddingLeft: a.p_md.padding - 2,
borderWidth: 2,
borderWidth: 1,
borderRadius: 23,
borderColor: 'transparent',
},

View File

@ -94,7 +94,7 @@ export function MessageInput({
{
paddingHorizontal: a.p_sm.padding - 2,
paddingLeft: a.p_md.padding - 2,
borderWidth: 2,
borderWidth: 1,
borderRadius: 23,
borderColor: 'transparent',
},