mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-25 20:11:04 +00:00
feat: about info card and flutter convention style
This commit is contained in:
@@ -48,7 +48,7 @@ class PatchSelectorCard extends StatelessWidget {
|
||||
'patchSelectorCard.widgetSubtitle',
|
||||
child: Text(
|
||||
'',
|
||||
style: robotoTextStyle,
|
||||
style: kRobotoTextStyle,
|
||||
),
|
||||
)
|
||||
: locator<PatcherViewModel>().selectedPatches.isEmpty
|
||||
@@ -56,12 +56,12 @@ class PatchSelectorCard extends StatelessWidget {
|
||||
'patchSelectorCard.widgetEmptySubtitle',
|
||||
child: Text(
|
||||
'',
|
||||
style: robotoTextStyle,
|
||||
style: kRobotoTextStyle,
|
||||
),
|
||||
)
|
||||
: Text(
|
||||
_getPatchesSelection(),
|
||||
style: robotoTextStyle,
|
||||
style: kRobotoTextStyle,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user