new settings panel for url pickup
All checks were successful
All checks were successful
This commit is contained in:
@@ -140,7 +140,7 @@ class LegCard extends StatelessWidget {
|
||||
: textTheme.bodyMedium?.copyWith(color: theme.disabledColor);
|
||||
final background = powering
|
||||
? theme.colorScheme.surfaceContainerHighest
|
||||
: theme.colorScheme.surfaceVariant;
|
||||
: theme.colorScheme.surfaceContainerLow;
|
||||
return Chip(
|
||||
label: Text(
|
||||
'${loco.locoClass} ${loco.number}',
|
||||
|
||||
Reference in New Issue
Block a user