feat: enhance profile input fields with new styling and customization options, and update calendar and location icons
This commit is contained in:
@@ -129,7 +129,6 @@ class _ChangePasswordTabState extends ConsumerState<ChangePasswordTab> {
|
||||
TextField(
|
||||
controller: controller,
|
||||
obscureText: obscure,
|
||||
textAlignVertical: TextAlignVertical.center,
|
||||
style: const TextStyle(
|
||||
fontFamily: 'SourceSerif4',
|
||||
fontSize: 14,
|
||||
@@ -137,9 +136,8 @@ class _ChangePasswordTabState extends ConsumerState<ChangePasswordTab> {
|
||||
color: AppColors.primaryDark,
|
||||
),
|
||||
decoration: InputDecoration(
|
||||
isDense: true,
|
||||
contentPadding:
|
||||
const EdgeInsets.fromLTRB(12, 12, 8, 12),
|
||||
const EdgeInsets.symmetric(horizontal: 12, vertical: 14),
|
||||
border: border,
|
||||
enabledBorder: border,
|
||||
focusedBorder: border,
|
||||
|
||||
Reference in New Issue
Block a user