Skip to content

Commit e05c038

Browse files
committed
icons added, name updated, email working
1 parent 00d3c16 commit e05c038

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

lib/features/auth/presentation/pages/login_page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ class _LoginPageState extends State<LoginPage> {
108108

109109
//name of app
110110
Text(
111-
"S H O P P I N G A P P ",
111+
" A Z T ",
112112
style:TextStyle(
113-
fontSize: 16,
113+
fontSize: 25,
114114
color: Theme.of(context).colorScheme.inversePrimary,
115115
)
116116
),

lib/features/home/presentation/retailer_widgets/retailer_main_sidebar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class RetailerMainSidebar extends StatelessWidget {
3737
children: [
3838
const Icon(Icons.store, color: Colors.white, size: 32),
3939
const SizedBox(width: 12),
40-
const Text("Retailer Hub", style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 20)),
40+
const Text("AZT Hub", style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 20)),
4141
],
4242
),
4343
),

lib/features/home/presentation/wholesaler_widgets/wholesaler_Main_sidebar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MainSidebar extends StatelessWidget {
3838
children: [
3939
const Icon(Icons.storefront, color: Colors.white, size: 32),
4040
const SizedBox(width: 12),
41-
const Text("Wholesaler Hub", style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 18)),
41+
const Text("AZT Hub", style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 18)),
4242
],
4343
),
4444
),

web/favicon.png

-417 Bytes
Loading

web/icons/Icon-192.png

4.86 KB
Loading

web/icons/Icon-512.png

28.8 KB
Loading

web/icons/Icon-maskable-192.png

2.76 KB
Loading

web/icons/Icon-maskable-512.png

10.8 KB
Loading

0 commit comments

Comments
 (0)