mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
Update field_cell_obscurable.dart
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user