There was an error while loading. Please reload this page.
1 parent e355be0 commit 77392b7Copy full SHA for 77392b7
lib/widgets/customWidgets.dart
@@ -26,7 +26,7 @@ Widget customIcon(
26
Color? iconColor,
27
double paddingIcon = 10,
28
}) {
29
- iconColor = iconColor ?? Theme.of(context).textTheme.caption!.color;
+ iconColor = iconColor ?? Theme.of(context).textTheme.bodySmall!.color;
30
return Padding(
31
padding: EdgeInsets.only(bottom: isTwitterIcon ? paddingIcon : 0),
32
child: Icon(
0 commit comments