mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +00:00
delete popup rounded corner fix
This commit is contained in:
parent
c935c590c7
commit
a10958b12d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class _DeletePopupButtonState extends State<DeletePopupButton> {
|
||||||
height: 70,
|
height: 70,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(
|
borderRadius: BorderRadius.circular(
|
||||||
Constants.size.circularBorderRadius,
|
Constants.size.circularBorderRadius * 2,
|
||||||
),
|
),
|
||||||
color: Theme.of(context).extension<StackColors>()!.popupBG,
|
color: Theme.of(context).extension<StackColors>()!.popupBG,
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
|
|
Loading…
Reference in a new issue