Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 10, 2025
1 parent 3827ea6 commit 56451df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/smooth_app/lib/widgets/v2/smooth_buttons_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ class _SmoothNegativeButton2 extends StatelessWidget {

return _SmoothBaseButton2(
data: data,
backgroundColor:
lightTheme ? colors.primaryMedium : colors.primaryDark,
backgroundColor: lightTheme ? colors.primaryMedium : colors.primaryDark,
foregroundColor: lightTheme ? colors.primaryDark : colors.primaryLight,
);
}
Expand Down

0 comments on commit 56451df

Please sign in to comment.