Убрал свечение у кнопки на экране создания групп
All checks were successful
Android Kernel Build / build (push) Successful in 16h29m0s

This commit is contained in:
2026-03-07 19:00:39 +05:00
parent 5d8dc32672
commit 9625763b0c

View File

@@ -687,6 +687,7 @@ fun GroupSetupScreen(
} }
FloatingActionButton( FloatingActionButton(
elevation = androidx.compose.material3.FloatingActionButtonDefaults.elevation(0.dp, 0.dp, 0.dp, 0.dp),
onClick = { onClick = {
if (step == GroupSetupStep.DETAILS) { if (step == GroupSetupStep.DETAILS) {
if (canGoNext) { if (canGoNext) {