step 14 : fix userid transaksi post, typography, login, drawer
This commit is contained in:
@@ -32,7 +32,14 @@ class UserScreen extends HookConsumerWidget {
|
||||
),
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('User'),
|
||||
title: Text(
|
||||
'User',
|
||||
style: TextStyle(color: Constant.textWhite),
|
||||
),
|
||||
backgroundColor: Constant.pcBtnBackgroundColor,
|
||||
iconTheme: IconThemeData(
|
||||
color: Constant.textWhite,
|
||||
),
|
||||
),
|
||||
drawer: CustomDrawer(),
|
||||
body: SafeArea(
|
||||
|
||||
Reference in New Issue
Block a user