fix(ui): Change TextStyle to ResponsiveText
This commit is contained in:
@@ -30,8 +30,7 @@ class RequestPermissionDialog {
|
||||
child: Text(
|
||||
"Alow app to use $content permission",
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.bold, fontSize: 18),
|
||||
style: context.responsiveBodyLargeWithBold,
|
||||
),
|
||||
),
|
||||
Divider(height: dialogContext.lowValue),
|
||||
|
||||
Reference in New Issue
Block a user