Decrease thickness of border on message input (#4196)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user