fix(ui): Change TextStyle to ResponsiveText
This commit is contained in:
@@ -73,7 +73,7 @@ class _DeviceNotificationSettingsScreenState
|
||||
hint: Text(
|
||||
appLocalization(context)
|
||||
.choose_device_dropdownButton,
|
||||
style: const TextStyle(fontSize: 14),
|
||||
style: context.responsiveBodySmall,
|
||||
),
|
||||
iconStyleData: const IconStyleData(
|
||||
icon: Icon(
|
||||
|
||||
Reference in New Issue
Block a user