6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 796b410a

AuthorNKL<nikolaj.king@gmail.com>
Date2025-06-30 13:17:19 +0200
fix small errors with overflow

Changed files

azure/templates/build-ios.yml                                           | 2 +-
 .../lib/profile_settings/components/text_field_with_trailing_icon.dart  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 98ed77f8..d0b1fca9 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -58,7 +58,7 @@ steps:
buildFlavour: $(flavor)
debugMode: false
profileMode: false
- iosCodesign: false
+ iosCodesign: true
projectDirectory: "$(Build.SourcesDirectory)/comwell_key_app"
- task: Xcode@5
diff --git a/comwell_key_app/lib/profile_settings/components/text_field_with_trailing_icon.dart b/comwell_key_app/lib/profile_settings/components/text_field_with_trailing_icon.dart
index ac05ccc8..0a379e8b 100644
--- a/comwell_key_app/lib/profile_settings/components/text_field_with_trailing_icon.dart
+++ b/comwell_key_app/lib/profile_settings/components/text_field_with_trailing_icon.dart
@@ -25,7 +25,7 @@ class TextFieldWithTrailingIcon extends StatelessWidget {
onTap: onTap,
child: Container(
height: 62,
- padding: const EdgeInsets.symmetric(horizontal: 12.0, vertical: 10.0),
+ padding: const EdgeInsets.symmetric(horizontal: 12.0, vertical: 9.5),
decoration: BoxDecoration(
border: Border.all(color: colorDivider),
borderRadius: BorderRadius.circular(8.0),