fix: Fixed separator width
This commit is contained in:
@@ -30,7 +30,7 @@ class OptionListTile extends StatelessWidget {
|
|||||||
Container(
|
Container(
|
||||||
color: separatorColor ??
|
color: separatorColor ??
|
||||||
StreamChatTheme.of(context).colorTheme.greyGainsboro,
|
StreamChatTheme.of(context).colorTheme.greyGainsboro,
|
||||||
height: 2.0,
|
height: 1.0,
|
||||||
),
|
),
|
||||||
Material(
|
Material(
|
||||||
color: tileColor ?? StreamChatTheme.of(context).colorTheme.white,
|
color: tileColor ?? StreamChatTheme.of(context).colorTheme.white,
|
||||||
|
|||||||
Reference in New Issue
Block a user