Changed some colors

This commit is contained in:
Juan Gilsanz Polo 2023-01-29 21:52:37 +01:00
parent 7caa464b5b
commit 842e81495e
23 changed files with 89 additions and 90 deletions

View file

@ -254,7 +254,7 @@ class _SearchClientsWidgetState extends State<SearchClientsWidget> {
height: 1,
decoration: BoxDecoration(
color: showDivider == true
? Colors.grey.withOpacity(0.5)
? Theme.of(context).colorScheme.surfaceVariant
: Colors.transparent
),
),