mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 00:58:50 +00:00
easy crypto elevation fix
This commit is contained in:
parent
8fff27523a
commit
cb39ff62b8
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ class _PrivacyToggleState extends State<PrivacyToggle> {
|
|||
children: [
|
||||
Expanded(
|
||||
child: RawMaterialButton(
|
||||
elevation: 0,
|
||||
fillColor: Theme.of(context).extension<StackColors>()!.popupBG,
|
||||
shape: RoundedRectangleBorder(
|
||||
side: !externalCallsEnabled
|
||||
|
|
Loading…
Reference in a new issue