Skip to content

Commit

Permalink
Remove deprecated apis references
Browse files Browse the repository at this point in the history
  • Loading branch information
QuncCccccc committed Oct 26, 2023
1 parent 0a5021b commit 861a769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ class CustomSlidableAction extends StatelessWidget {
style: OutlinedButton.styleFrom(
padding: padding,
backgroundColor: backgroundColor,
primary: effectiveForegroundColor,
onSurface: effectiveForegroundColor,
disabledForegroundColor: effectiveForegroundColor.withOpacity(0.38),
foregroundColor: effectiveForegroundColor,
shape: RoundedRectangleBorder(
borderRadius: borderRadius,
),
Expand Down

0 comments on commit 861a769

Please sign in to comment.