Update button

This commit is contained in:
2025-05-29 13:56:15 +02:00
parent 15c4143821
commit 7a45a5902a

View File

@@ -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,