Skip to content

Commit

Permalink
Remove tint from bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 11, 2023
1 parent 2d8ce66 commit 03319bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/theme/bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ BottomSheetThemeData getBottomSheetTheme(
ColorSchemeData colorScheme, StyleTheme styleTheme) =>
BottomSheetThemeData(
backgroundColor: colorScheme.background,
surfaceTintColor: Colors.transparent,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(
top: Radius.circular(styleTheme.borderRadius),
Expand Down

0 comments on commit 03319bb

Please sign in to comment.