Update field_cell_obscurable.dart

This commit is contained in:
Ashita Prasad
2025-03-02 15:46:05 +05:30
parent 32f7b3498e
commit af45fa0642

View File

@ -31,9 +31,7 @@ class ObscurableCellField extends HookWidget {
obscureText: obscureText.value,
decoration: InputDecoration(
hintStyle: kCodeStyle.copyWith(
color: clrScheme.outline.withOpacity(
kHintOpacity,
),
color: clrScheme.outlineVariant,
),
hintText: hintText,
suffixIcon: IconButton(
@ -50,9 +48,7 @@ class ObscurableCellField extends HookWidget {
contentPadding: const EdgeInsets.only(bottom: 12),
focusedBorder: UnderlineInputBorder(
borderSide: BorderSide(
color: clrScheme.primary.withOpacity(
kHintOpacity,
),
color: clrScheme.outline,
),
),
enabledBorder: UnderlineInputBorder(