Skip to content

Commit b1c9351

Browse files
fix mainview again
1 parent 2eadd4f commit b1c9351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/components/card_rounded/card_rounded.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CardRounded extends StatelessWidget {
5050
this.width,
5151
this.onClose,
5252
this.closeButtonIcon,
53-
this.closeButtonAlignment = const Alignment(1, -1.05),
53+
this.closeButtonAlignment = const Alignment(1.04, -1.05),
5454
this.padding = const EdgeInsets.symmetric(
5555
vertical: 10,
5656
horizontal: 10,

0 commit comments

Comments
 (0)