diff --git a/apps/mobile/app/components/dialogs/color-picker/index.tsx b/apps/mobile/app/components/dialogs/color-picker/index.tsx index 1ce21a359..db4c87173 100644 --- a/apps/mobile/app/components/dialogs/color-picker/index.tsx +++ b/apps/mobile/app/components/dialogs/color-picker/index.tsx @@ -146,12 +146,16 @@ const ColorPicker = ({ onChangeText={(value) => { title.current = value; }} + testID="color-title-input" defaultValue={title.current} placeholder={title.current || "Color title"} />