diff --git a/lib/src/services/ds_dialog.service.dart b/lib/src/services/ds_dialog.service.dart index 481c1511..5e91747c 100644 --- a/lib/src/services/ds_dialog.service.dart +++ b/lib/src/services/ds_dialog.service.dart @@ -53,6 +53,10 @@ class DSDialogService { }) { this.type = type; + for (var i = 0; i < 10; i++) { + print('hello ${i + 1}'); + } + _isDialogOpen = true; return showDialog( diff --git a/lib/src/widgets/buttons/ds_primary_button.widget.dart b/lib/src/widgets/buttons/ds_primary_button.widget.dart index f14837e5..470f78d8 100644 --- a/lib/src/widgets/buttons/ds_primary_button.widget.dart +++ b/lib/src/widgets/buttons/ds_primary_button.widget.dart @@ -23,7 +23,7 @@ class DSPrimaryButton extends DSButton { Color? foregroundColor, }) : super( backgroundColor: isEnabled - ? backgroundColor ?? DSColors.primaryNight + ? backgroundColor ?? DSColors.extendRedsLipstick : DSColors.disabledBg, foregroundColor: isEnabled ? foregroundColor ?? DSColors.neutralLightSnow diff --git a/sample/pubspec.lock b/sample/pubspec.lock index 8fadfce5..44ea09b0 100644 --- a/sample/pubspec.lock +++ b/sample/pubspec.lock @@ -31,7 +31,7 @@ packages: path: ".." relative: true source: path - version: "0.3.5" + version: "0.3.7" boolean_selector: dependency: transitive description: