fix: set initial color for painting editor

This commit is contained in:
AmanRajSinghMourya
2025-08-11 15:34:02 +05:30
parent 1d25f23053
commit 903762f283

View File

@@ -221,6 +221,7 @@ class _ImageEditorPageState extends State<ImageEditorPage> {
background: colorScheme.backgroundBase,
),
paintingEditor: PaintingEditorTheme(
initialColor: const Color(0xFF00FFFF),
background: colorScheme.backgroundBase,
),
textEditor: const TextEditorTheme(