mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +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,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(
|
||||
Constants.size.circularBorderRadius,
|
||||
Constants.size.circularBorderRadius * 2,
|
||||
),
|
||||
color: Theme.of(context).extension<StackColors>()!.popupBG,
|
||||
boxShadow: [
|
||||
|
|
Loading…
Reference in a new issue