fix: Fixed separator width

This commit is contained in:
Deven Joshi
2021-01-01 18:59:38 +05:30
parent 4e265f4a8d
commit 00e211f9fe
+1 -1
View File
@@ -30,7 +30,7 @@ class OptionListTile extends StatelessWidget {
Container(
color: separatorColor ??
StreamChatTheme.of(context).colorTheme.greyGainsboro,
height: 2.0,
height: 1.0,
),
Material(
color: tileColor ?? StreamChatTheme.of(context).colorTheme.white,