TF-3764 Fix left padding All folders in destination picker

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-12 19:22:19 +07:00
committed by Dat H. Pham
parent 5068a11524
commit 991b9e22e8
3 changed files with 38 additions and 35 deletions
@@ -279,15 +279,6 @@ class ThemeUtils {
color: AppColor.gray424244.withOpacity(0.9),
);
static TextStyle textStyleInter400() => TextStyle(
fontFamily: ConstantsUI.fontApp,
fontWeight: FontWeight.w400,
letterSpacing: -0.15,
fontSize: 16,
height: 21.01 / 16,
color: AppColor.gray424244.withOpacity(0.64),
);
static TextSelectionThemeData get _textSelectionTheme {
return const TextSelectionThemeData(
cursorColor: AppColor.primaryColor,