mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-04-18 04:09:38 +00:00
fix(accessibility): label icon controls and semantic tap targets
This commit is contained in:
parent
e30e84ded1
commit
b552e9843c
15 changed files with 118 additions and 66 deletions
|
|
@ -283,6 +283,7 @@ class AvailableUserTile extends HookConsumerWidget {
|
|||
context.goNamed(Routes.home.name);
|
||||
},
|
||||
trailing: IconButton(
|
||||
tooltip: 'Remove user',
|
||||
icon: const Icon(Icons.delete),
|
||||
onPressed: () {
|
||||
showDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue