From 7a45a5902aead81e426a16ef5217e4bd70ac83bd Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 29 May 2025 13:56:15 +0200 Subject: [PATCH] Update button --- .../lib/mih_components/mih_package_components/mih_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_components/mih_package_components/mih_button.dart b/Frontend/lib/mih_components/mih_package_components/mih_button.dart index fc96eb7c..4166f475 100644 --- a/Frontend/lib/mih_components/mih_package_components/mih_button.dart +++ b/Frontend/lib/mih_components/mih_package_components/mih_button.dart @@ -47,7 +47,7 @@ class MihButton extends StatelessWidget { borderRadius: BorderRadius.circular(radius), splashColor: rippleColor, highlightColor: rippleColor.withValues(alpha: 0.2), - hoverColor: rippleColor.withValues(alpha: 0.15), + hoverColor: rippleColor.withValues(alpha: 0.3), onTap: onPressed, child: Container( width: width,