TF-4178 Add color picker modal

This commit is contained in:
dab246
2025-11-26 16:07:07 +07:00
committed by Dat H. Pham
parent d3029ec4de
commit 8f1da20e54
19 changed files with 497 additions and 31 deletions
@@ -5569,4 +5569,18 @@ class AppLocalizations {
name: 'tagNameAlreadyExists',
);
}
String get chooseCustomColour {
return Intl.message(
'Choose custom colour',
name: 'chooseCustomColour',
);
}
String get chooseAColourForThisLabel {
return Intl.message(
'Choose a colour for this label',
name: 'chooseAColourForThisLabel',
);
}
}