feat: new ui changes
This commit is contained in:
@@ -13,7 +13,7 @@ class AuthPage extends GetView<AuthLogic> {
|
||||
Widget build(BuildContext context) {
|
||||
return ChickenBasePage(
|
||||
isFullScreen: true,
|
||||
backGroundWidget: BackGroundWidget(
|
||||
backGroundWidget: backGroundDecoration(
|
||||
gradient: LinearGradient(
|
||||
begin: Alignment.topRight,
|
||||
end: Alignment.bottomLeft,
|
||||
@@ -24,7 +24,7 @@ class AuthPage extends GetView<AuthLogic> {
|
||||
],
|
||||
stops: const [0.0, 0.5, 1.0],
|
||||
),
|
||||
vecPath: Assets.vec.chickenPatternSvg.path,
|
||||
backgroundPath: Assets.images.patternChicken.path,
|
||||
),
|
||||
onPopScopTaped: () => Get.back(result: -1),
|
||||
child: Stack(
|
||||
|
||||
Reference in New Issue
Block a user