Skip to content

Commit

Permalink
Revert "add const"
Browse files Browse the repository at this point in the history
This reverts commit 853391f.
  • Loading branch information
dvbthien committed Dec 3, 2024
1 parent 853391f commit d12d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/theme/theme_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ThemeData getThemeData({
menuStyle: MenuStyle(
shape: WidgetStatePropertyAll<OutlinedBorder>(
RoundedRectangleBorder(
borderRadius: const BorderRadius.all(Radius.circular(15)),
borderRadius: BorderRadius.circular(15),
),
),
),
Expand Down

0 comments on commit d12d1b4

Please sign in to comment.