Increase the width of the text container

This commit is contained in:
vishnukvmd
2025-05-23 14:01:30 +05:30
parent 8ed1d34301
commit 441a884314

View File

@@ -429,7 +429,7 @@ class _ImageEditorPageState extends State<ImageEditorPage> {
child: Row(
children: [
SizedBox(
width: 40,
width: 42,
child: Text(
S.of(context).color,
style: subtitle2.copyWith(
@@ -475,7 +475,7 @@ class _ImageEditorPageState extends State<ImageEditorPage> {
child: Row(
children: [
SizedBox(
width: 40,
width: 42,
child: Text(
S.of(context).light,
style: subtitle2.copyWith(