From 017f9f9ce940ae71d6eb1133d85063577b64ef0f Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:42:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20FAB=20=E7=BB=84=E4=BB=B6=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E5=99=A8=E4=BD=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/super12138/todo/ui/components/FloatingActionButton.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/cn/super12138/todo/ui/components/FloatingActionButton.kt b/app/src/main/kotlin/cn/super12138/todo/ui/components/FloatingActionButton.kt index 3f5683b..f13f4c9 100644 --- a/app/src/main/kotlin/cn/super12138/todo/ui/components/FloatingActionButton.kt +++ b/app/src/main/kotlin/cn/super12138/todo/ui/components/FloatingActionButton.kt @@ -39,8 +39,8 @@ fun AnimatedExtendedFloatingActionButton( verticalAlignment = Alignment.CenterVertically ) { icon() + Spacer(Modifier.width(8.dp)) AnimatedVisibility(expanded) { - Spacer(Modifier.width(8.dp)) text() } }