fix: ui changes steward
This commit is contained in:
@@ -49,7 +49,7 @@ class SearchWidget extends GetView<BaseLogic> {
|
||||
hintStyle: AppFonts.yekan16.copyWith(color: AppColor.blueNormal),
|
||||
filledColor: Colors.white,
|
||||
filled: true,
|
||||
controller: controller.textEditingController,
|
||||
controller: controller.searchTextController,
|
||||
onChanged: (val) => controller.searchValue.value = val,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -239,7 +239,7 @@ class CoreButton extends StatelessWidget {
|
||||
);
|
||||
case CoreButtonVariant.secondary:
|
||||
return _ButtonTheme(
|
||||
backgroundColor: backgroundColor ?? AppColor.greyNormal,
|
||||
backgroundColor: backgroundColor ?? AppColor.darkGreyNormal,
|
||||
foregroundColor: foregroundColor ?? AppColor.textColor,
|
||||
borderColor: null,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user