Skip to content

Commit

Permalink
_Divider color apache#22600
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhan.nausharipov committed Sep 7, 2022
1 parent dd585bc commit f9ed0ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class _Divider extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
color: Theme.of(context).dividerColor,
color: BeamColors.grey3,
margin: const EdgeInsets.symmetric(vertical: 20),
width: BeamSizes.size32,
height: BeamSizes.size1,
Expand Down

0 comments on commit f9ed0ce

Please sign in to comment.