|
|
|
|
@ -105,7 +105,7 @@ class _AssetAutoCompleteFieldState extends State<AssetAutoCompleteField> {
|
|
|
|
|
fillColor: AppColor.fieldBgColor(context),
|
|
|
|
|
errorStyle: AppTextStyle.tiny.copyWith(color: context.isDark ? AppColor.red50 : AppColor.red60),
|
|
|
|
|
floatingLabelStyle: AppTextStyle.body1.copyWith(fontWeight: FontWeight.w500, color: context.isDark ? null : AppColor.neutral20),
|
|
|
|
|
labelText: context.translation.oracleCode,
|
|
|
|
|
labelText: "Name/Oracle Code",
|
|
|
|
|
labelStyle: AppTextStyles.tinyFont.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
suffixIcon: loading ? const CircularProgressIndicator(color: AppColor.primary10, strokeWidth: 3.0).paddingOnly(end: 8) : null,
|
|
|
|
|
),
|
|
|
|
|
|