Skip to content

Commit

Permalink
fix: Correction of label icon colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Mar 3, 2023
1 parent 8a6c737 commit 45d75bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/katana_ui/lib/ui/label.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Label extends StatelessWidget {
if (leading != null) ...[
IconTheme(
data: IconThemeData(
color: color,
color: color ?? textTheme?.color,
size: iconSize ?? textTheme?.fontSize,
),
child: leading!,
Expand Down

0 comments on commit 45d75bc

Please sign in to comment.