mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
Merge PR #1531
This commit is contained in:
commit
be191365ba
@ -708,7 +708,7 @@ class CapabilityBadge extends StatelessWidget {
|
|||||||
backgroundColor: colorScheme.secondaryContainer,
|
backgroundColor: colorScheme.secondaryContainer,
|
||||||
textColor: colorScheme.onSecondaryContainer,
|
textColor: colorScheme.onSecondaryContainer,
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 6),
|
padding: const EdgeInsets.symmetric(horizontal: 6),
|
||||||
largeSize: 20,
|
largeSize: MediaQuery.of(context).textScaler.scale(20),
|
||||||
label: Text(
|
label: Text(
|
||||||
capability.getDisplayName(l10n),
|
capability.getDisplayName(l10n),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user