From 3f0ed5d7ae0b93d4207d922f58c8714bb5c845bb Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 15 Jul 2025 13:42:33 +0200 Subject: [PATCH] cahnge colors with numeric stepper --- .../mih_package_components/mih_numeric_stepper.dart | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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,