diff --git a/lib/features/home/presentation/screen/home_screen.dart b/lib/features/home/presentation/screen/home_screen.dart index fa4f0c6..796c38f 100644 --- a/lib/features/home/presentation/screen/home_screen.dart +++ b/lib/features/home/presentation/screen/home_screen.dart @@ -60,7 +60,7 @@ class _HomeScreenState extends State { Row( mainAxisAlignment: MainAxisAlignment.end, children: [ - Icon(Iconsax.notification), + Icon(Iconsax.notification_1), Gap(10), Icon(Iconsax.message_2), ], diff --git a/lib/features/profil/presentation/screen/profil_screen.dart b/lib/features/profil/presentation/screen/profil_screen.dart index 8240202..0318519 100644 --- a/lib/features/profil/presentation/screen/profil_screen.dart +++ b/lib/features/profil/presentation/screen/profil_screen.dart @@ -25,7 +25,16 @@ class _ProfilScreenState extends State { child: Container( height: 180, width: MediaQuery.of(context).size.width, - color: primaryColor, + decoration: BoxDecoration( + gradient: LinearGradient( + colors: [ + primaryColor, + secondaryColor, + ], // Ganti dengan warna gradien pilihan Anda + begin: Alignment.topLeft, + end: Alignment.bottomRight, + ), + ), ), ), Positioned(