mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
auth changes
This commit is contained in:
@ -18,9 +18,8 @@ class WebAppBar extends StatelessWidget {
|
||||
children: [
|
||||
Expanded(
|
||||
child: Text(
|
||||
title!,style: const TextStyle(
|
||||
fontSize: 30,
|
||||
color: Colors.white),)
|
||||
title!,
|
||||
style: Theme.of(context).textTheme.headlineLarge,)
|
||||
),
|
||||
if (body != null)
|
||||
Expanded(
|
||||
@ -49,7 +48,7 @@ class WebAppBar extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 10,),
|
||||
const Text('mohamamd alnemer ',style: TextStyle(fontSize: 16,color: Colors.white),),
|
||||
Text('mohamamd alnemer ',style:Theme.of(context).textTheme.bodyLarge ,),
|
||||
],
|
||||
)
|
||||
],
|
||||
|
Reference in New Issue
Block a user