mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-01 18:56:03 -04:00
Accessibility update
This commit is contained in:
parent
be8014c97a
commit
3b1cb53b8a
55 changed files with 1089 additions and 807 deletions
|
@ -19,7 +19,7 @@ class SignalStrengthMeterWidget extends StatelessWidget {
|
|||
final theme = Theme.of(context);
|
||||
final scale = theme.extension<ScaleScheme>()!;
|
||||
|
||||
const iconSize = 16.0;
|
||||
final iconSize = 16.0.scaled(context);
|
||||
|
||||
return BlocBuilder<ConnectionStateCubit,
|
||||
AsyncValue<ProcessorConnectionState>>(builder: (context, state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue