button is less square
This commit is contained in:
parent
231ed2c9df
commit
84c2fb1f2a
1 changed files with 43 additions and 44 deletions
|
@ -460,11 +460,9 @@ class ReceiptPage2State extends State<ReceiptPage2> {
|
|||
child: Tooltip(
|
||||
message: "Submit receipt",
|
||||
child: Container(
|
||||
decoration: new BoxDecoration(
|
||||
border: new Border.all(color : Colors.transparent, width: 2),
|
||||
borderRadius: BorderRadius.all(Radius.circular(2)),
|
||||
),
|
||||
height: 75.0,
|
||||
child: ClipRRect(
|
||||
borderRadius: BorderRadius.circular(2),
|
||||
child: Stack(
|
||||
children: [
|
||||
AnimatedBackground(),
|
||||
|
@ -515,6 +513,7 @@ class ReceiptPage2State extends State<ReceiptPage2> {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Reference in a new issue