Skip to content

Commit

Permalink
Change bottom sheet background color
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 12, 2023
1 parent ca986f9 commit aa3205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/theme/bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
BottomSheetThemeData getBottomSheetTheme(
ColorSchemeData colorScheme, StyleTheme styleTheme) =>
BottomSheetThemeData(
backgroundColor: colorScheme.background,
backgroundColor: colorScheme.card,
surfaceTintColor: Colors.transparent,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(
Expand Down

0 comments on commit aa3205c

Please sign in to comment.