diff --git a/lib/widgets/field_cell_obscurable.dart b/lib/widgets/field_cell_obscurable.dart index 33e41978..253170f5 100644 --- a/lib/widgets/field_cell_obscurable.dart +++ b/lib/widgets/field_cell_obscurable.dart @@ -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(