mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 13:14:32 +00:00
color doesn't change on hover
This commit is contained in:
parent
ac9413d376
commit
60ff3ebf6f
1 changed files with 3 additions and 0 deletions
|
@ -1507,5 +1507,8 @@ class StackColors extends ThemeExtension<StackColors> {
|
||||||
backgroundColor: MaterialStateProperty.all<Color>(
|
backgroundColor: MaterialStateProperty.all<Color>(
|
||||||
background,
|
background,
|
||||||
),
|
),
|
||||||
|
overlayColor: MaterialStateProperty.all<Color>(
|
||||||
|
Colors.transparent,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue