Change routing setup

This commit is contained in:
problematicconsumer
2024-02-11 13:47:08 +03:30
parent 0da4eced0a
commit 6a6e824ba2
6 changed files with 499 additions and 480 deletions

View File

@@ -151,7 +151,7 @@ class _ConnectionButton extends StatelessWidget {
const Gap(16),
Text(
label,
style: Theme.of(context).textTheme.bodyLarge,
style: Theme.of(context).textTheme.titleMedium,
),
],
);