mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
Update apidash_design_system UI as per the latest Material 3 colors
This commit is contained in:
@ -71,19 +71,13 @@ class ADOutlinedTextField extends StatelessWidget {
|
||||
hintStyle: hintTextStyle ??
|
||||
kCodeStyle.copyWith(
|
||||
fontSize: hintTextFontSize,
|
||||
color: hintTextColor ??
|
||||
clrScheme.outline.withOpacity(
|
||||
kHintOpacity,
|
||||
),
|
||||
color: hintTextColor ?? clrScheme.outlineVariant,
|
||||
),
|
||||
hintText: hintText,
|
||||
contentPadding: contentPadding ?? kP10,
|
||||
focusedBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(
|
||||
color: focussedBorderColor ??
|
||||
clrScheme.primary.withOpacity(
|
||||
kHintOpacity,
|
||||
),
|
||||
color: focussedBorderColor ?? clrScheme.outline,
|
||||
),
|
||||
),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
|
Reference in New Issue
Block a user