Apply new style for create identity view on desktop

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-11 19:36:14 +07:00
committed by Dat H. Pham
parent 4fd0931c9e
commit 58d22cbc0b
21 changed files with 1368 additions and 1066 deletions
@@ -4891,4 +4891,18 @@ class AppLocalizations {
args: [period],
);
}
String get enterName {
return Intl.message(
'Enter name',
name: 'enterName',
);
}
String get enterEmailAddress {
return Intl.message(
'Enter email address',
name: 'enterEmailAddress',
);
}
}