design: Make divider more thin
This commit is contained in:
parent
690ad5c3a5
commit
1f7ebeabc1
1 changed files with 1 additions and 4 deletions
|
|
@ -502,10 +502,7 @@ class ChatView extends StatelessWidget {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Divider(
|
Divider(height: 1),
|
||||||
height: 1,
|
|
||||||
thickness: 1,
|
|
||||||
),
|
|
||||||
if (controller.room.canSendDefaultMessages &&
|
if (controller.room.canSendDefaultMessages &&
|
||||||
controller.room.membership == Membership.join &&
|
controller.room.membership == Membership.join &&
|
||||||
!controller.showEmojiPicker)
|
!controller.showEmojiPicker)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue