fix(ui): Change TextStyle to ResponsiveText
This commit is contained in:
@@ -111,7 +111,7 @@ class _InterFamilyScreenState extends State<InterFamilyScreen> {
|
||||
),
|
||||
),
|
||||
drawer: Drawer(
|
||||
width: context.dynamicWidth(0.4),
|
||||
width: context.dynamicWidth(0.6),
|
||||
child: ListView(
|
||||
padding: EdgeInsets.zero,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user