fix: ui changes steward
This commit is contained in:
@@ -62,6 +62,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/buy.svg
|
||||
SvgGenImage get buy => const SvgGenImage('assets/icons/buy.svg');
|
||||
|
||||
/// File path: assets/icons/buy_out_province.svg
|
||||
SvgGenImage get buyOutProvince => const SvgGenImage('assets/icons/buy_out_province.svg');
|
||||
|
||||
/// File path: assets/icons/calendar.svg
|
||||
SvgGenImage get calendar => const SvgGenImage('assets/icons/calendar.svg');
|
||||
|
||||
@@ -224,6 +227,12 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/map.svg
|
||||
SvgGenImage get map => const SvgGenImage('assets/icons/map.svg');
|
||||
|
||||
/// File path: assets/icons/map_1.svg
|
||||
SvgGenImage get map1 => const SvgGenImage('assets/icons/map_1.svg');
|
||||
|
||||
/// File path: assets/icons/map_2.svg
|
||||
SvgGenImage get map2 => const SvgGenImage('assets/icons/map_2.svg');
|
||||
|
||||
/// File path: assets/icons/map_marker.svg
|
||||
SvgGenImage get mapMarker => const SvgGenImage('assets/icons/map_marker.svg');
|
||||
|
||||
@@ -287,6 +296,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/sale.svg
|
||||
SvgGenImage get sale => const SvgGenImage('assets/icons/sale.svg');
|
||||
|
||||
/// File path: assets/icons/sale_out_province.svg
|
||||
SvgGenImage get saleOutProvince => const SvgGenImage('assets/icons/sale_out_province.svg');
|
||||
|
||||
/// File path: assets/icons/scan.svg
|
||||
SvgGenImage get scan => const SvgGenImage('assets/icons/scan.svg');
|
||||
|
||||
@@ -359,6 +371,7 @@ class $AssetsIconsGen {
|
||||
boxRemove,
|
||||
boxTick,
|
||||
buy,
|
||||
buyOutProvince,
|
||||
calendar,
|
||||
calendarSearch,
|
||||
calendarSearchOutline,
|
||||
@@ -413,6 +426,8 @@ class $AssetsIconsGen {
|
||||
lock,
|
||||
logout,
|
||||
map,
|
||||
map1,
|
||||
map2,
|
||||
mapMarker,
|
||||
messageAdd,
|
||||
noteRemove,
|
||||
@@ -434,6 +449,7 @@ class $AssetsIconsGen {
|
||||
receiptDiscount,
|
||||
registerKill,
|
||||
sale,
|
||||
saleOutProvince,
|
||||
scan,
|
||||
scanBarcode,
|
||||
search,
|
||||
@@ -532,6 +548,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/buy.svg.vec
|
||||
SvgGenImage get buySvg => const SvgGenImage.vec('assets/vec/buy.svg.vec');
|
||||
|
||||
/// File path: assets/vec/buy_out_province.svg.vec
|
||||
SvgGenImage get buyOutProvinceSvg => const SvgGenImage.vec('assets/vec/buy_out_province.svg.vec');
|
||||
|
||||
/// File path: assets/vec/calendar.svg.vec
|
||||
SvgGenImage get calendarSvg => const SvgGenImage.vec('assets/vec/calendar.svg.vec');
|
||||
|
||||
@@ -694,6 +713,12 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/map.svg.vec
|
||||
SvgGenImage get mapSvg => const SvgGenImage.vec('assets/vec/map.svg.vec');
|
||||
|
||||
/// File path: assets/vec/map_1.svg.vec
|
||||
SvgGenImage get map1Svg => const SvgGenImage.vec('assets/vec/map_1.svg.vec');
|
||||
|
||||
/// File path: assets/vec/map_2.svg.vec
|
||||
SvgGenImage get map2Svg => const SvgGenImage.vec('assets/vec/map_2.svg.vec');
|
||||
|
||||
/// File path: assets/vec/map_marker.svg.vec
|
||||
SvgGenImage get mapMarkerSvg => const SvgGenImage.vec('assets/vec/map_marker.svg.vec');
|
||||
|
||||
@@ -757,6 +782,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/sale.svg.vec
|
||||
SvgGenImage get saleSvg => const SvgGenImage.vec('assets/vec/sale.svg.vec');
|
||||
|
||||
/// File path: assets/vec/sale_out_province.svg.vec
|
||||
SvgGenImage get saleOutProvinceSvg => const SvgGenImage.vec('assets/vec/sale_out_province.svg.vec');
|
||||
|
||||
/// File path: assets/vec/scan.svg.vec
|
||||
SvgGenImage get scanSvg => const SvgGenImage.vec('assets/vec/scan.svg.vec');
|
||||
|
||||
@@ -829,6 +857,7 @@ class $AssetsVecGen {
|
||||
boxRemoveSvg,
|
||||
boxTickSvg,
|
||||
buySvg,
|
||||
buyOutProvinceSvg,
|
||||
calendarSvg,
|
||||
calendarSearchSvg,
|
||||
calendarSearchOutlineSvg,
|
||||
@@ -883,6 +912,8 @@ class $AssetsVecGen {
|
||||
lockSvg,
|
||||
logoutSvg,
|
||||
mapSvg,
|
||||
map1Svg,
|
||||
map2Svg,
|
||||
mapMarkerSvg,
|
||||
messageAddSvg,
|
||||
noteRemoveSvg,
|
||||
@@ -904,6 +935,7 @@ class $AssetsVecGen {
|
||||
receiptDiscountSvg,
|
||||
registerKillSvg,
|
||||
saleSvg,
|
||||
saleOutProvinceSvg,
|
||||
scanSvg,
|
||||
scanBarcodeSvg,
|
||||
searchSvg,
|
||||
|
||||
@@ -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