fix: Fixed textfield and actions color and font weight

This commit is contained in:
Deven Joshi
2020-11-20 17:58:06 +05:30
parent 3c7b10173d
commit 98f3853a08
2 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,6 @@ class ImageActionsModal extends StatelessWidget {
var titleStyle = TextStyle(
fontSize: 14.5,
color: Colors.black,
fontWeight: FontWeight.w500,
);
return ListTile(
@@ -165,6 +164,7 @@ class ImageActionsModal extends StatelessWidget {
size: 24.0,
),
onTap: onTap,
tileColor: Colors.white,
);
}
}