fix(ui): Change TextStyle to ResponsiveText
This commit is contained in:
@@ -33,10 +33,7 @@ class OverviewCard extends StatelessWidget {
|
||||
isOwner
|
||||
? appLocalization(context).overview_message
|
||||
: appLocalization(context).interfamily_page_name,
|
||||
style: const TextStyle(
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
style: context.h2,
|
||||
),
|
||||
SizedBox(height: context.normalValue),
|
||||
Column(
|
||||
|
||||
Reference in New Issue
Block a user