Skip to content

Commit

Permalink
fix: Dialogs to not show material background color (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Feb 26, 2024
1 parent 9b8904f commit ab0ca05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- feat: add `NesIcons.plause`
- feat: add `NesIcons.upload`
- feat: add `NesBottomSheet`
- fix: Dialogs corner to not show material background color.

# 0.16.0
- feat: add `NesIcons.camera`
Expand Down
1 change: 1 addition & 0 deletions lib/src/widgets/dialogs/nes_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class NesDialog extends StatelessWidget {
Widget build(BuildContext context) {
return Align(
child: Material(
color: Colors.transparent,
child: IntrinsicWidth(
stepHeight: 0.56,
child: SizedBox.expand(
Expand Down

0 comments on commit ab0ca05

Please sign in to comment.