Skip to content

Commit

Permalink
content [nfc]: Remove alignment that has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpengi committed Feb 9, 2024
1 parent 9a855d6 commit 2744d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widgets/content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class MessageImage extends StatelessWidget {
child: Container(
height: 100,
width: 150,
alignment: Alignment.center,
color: const Color.fromRGBO(0, 0, 0, 0.03),
child: LightboxHero(
message: message,
Expand Down

0 comments on commit 2744d46

Please sign in to comment.