diff --git a/Frontend/lib/mih_components/mih_package_components/mih_numeric_stepper.dart b/Frontend/lib/mih_components/mih_package_components/mih_numeric_stepper.dart index 2efa3c53..d4077f04 100644 --- a/Frontend/lib/mih_components/mih_package_components/mih_numeric_stepper.dart +++ b/Frontend/lib/mih_components/mih_package_components/mih_numeric_stepper.dart @@ -111,7 +111,7 @@ class _MihNumericStepperState extends State { backgroundColor: WidgetStateProperty.all( MzansiInnovationHub.of(context)! .theme - .successColor()), + .errorColor()), ), color: widget.inputColor, iconSize: 20, @@ -192,7 +192,10 @@ class _MihNumericStepperState extends State { width: 40, child: IconButton.filled( style: ButtonStyle( - backgroundColor: WidgetStateProperty.all(), + backgroundColor: WidgetStateProperty.all( + MzansiInnovationHub.of(context)! + .theme + .successColor()), ), color: widget.inputColor, iconSize: 20,