Skip to content

Commit

Permalink
Fix badge color in chip_builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed Oct 26, 2021
1 parent 1a21afc commit c334a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chip_builder.dart
Expand Up @@ -110,7 +110,7 @@ class DefaultChipBuilder extends ChipBuilder {
padding: padding,
child: Container(
decoration:
BoxDecoration(shape: BoxShape.circle, color: badgeColor),
BoxDecoration(shape: BoxShape.circle, color: chip),
width: 10,
height: 10,
),
Expand Down

0 comments on commit c334a30

Please sign in to comment.