Skip to content

Commit d2f747e

Browse files
fix color on shared image after color refactor
1 parent 5e855b5 commit d2f747e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/presentation/common/core/utils/image_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class ImageUtils {
110110

111111
// Create a paragraph with the given text
112112
final textStyle = ui.TextStyle(
113-
color: ColorUtils.white,
113+
color: ColorUtils.black,
114114
fontSize: 50,
115115
fontWeight: FontWeight.bold,
116116
shadows: [

0 commit comments

Comments
 (0)