You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var isPressed by remember { mutableStateOf(false) }
54
+
val hapticFeedback =LocalHapticFeedback.current
52
55
val backgroundColor by animateColorAsState(if (isChecked) MiuixTheme.colorScheme.primary elseMiuixTheme.colorScheme.secondary)
53
56
val disabledBackgroundColor by rememberUpdatedState(if (isChecked) MiuixTheme.colorScheme.disabledPrimary elseMiuixTheme.colorScheme.disabledSecondary)
54
57
val checkboxSize by animateDpAsState(if (!enabled) 22.dp elseif (isPressed) 20.dp else22.dp)
0 commit comments