Skip to content

Commit

Permalink
fix: make done chip bold
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Sep 17, 2024
1 parent 05e09b2 commit 5f3e482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/BucketTaskCard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class _BucketTaskCardState extends State<BucketTaskCard>
label: Text('Done'),
labelStyle:
(theme.textTheme.labelLarge ?? TextStyle()).copyWith(
fontWeight: FontWeight.bold,
color: theme.brightness == Brightness.dark
? Colors.black
: Colors.white,
Expand Down

0 comments on commit 5f3e482

Please sign in to comment.