TF-2893 Apply the standard app grid icon
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class IdentityInputFieldBuilder extends StatelessWidget {
|
||||
textStyle: const TextStyle(color: Colors.black, fontSize: 16),
|
||||
keyboardType: inputType ?? TextInputType.text,
|
||||
decoration: (IdentityInputDecorationBuilder()
|
||||
..setContentPadding(const EdgeInsets.symmetric(
|
||||
..setContentPadding(EdgeInsets.symmetric(
|
||||
vertical: PlatformInfo.isWeb ? 16 : 12,
|
||||
horizontal: 12))
|
||||
..setErrorText(_error))
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ class IdentityInputWithDropListFieldBuilder extends StatelessWidget {
|
||||
controller: editingController,
|
||||
textInputAction: TextInputAction.done,
|
||||
decoration: (IdentityInputDecorationBuilder()
|
||||
..setContentPadding(const EdgeInsets.symmetric(
|
||||
..setContentPadding(EdgeInsets.symmetric(
|
||||
vertical: PlatformInfo.isWeb ? 16 : 12,
|
||||
horizontal: 12))
|
||||
..setErrorText(_error))
|
||||
|
||||
Reference in New Issue
Block a user