diff --git a/build-number.properties b/build-number.properties index 4d5d602..cb386c8 100644 --- a/build-number.properties +++ b/build-number.properties @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License along # with Fhraise. If not, see . # -buildNumber=38 +buildNumber=39 diff --git a/composeApp/src/commonMain/kotlin/ui/pages/root/SignIn.kt b/composeApp/src/commonMain/kotlin/ui/pages/root/SignIn.kt index ba2dbaf..e8c79d5 100644 --- a/composeApp/src/commonMain/kotlin/ui/pages/root/SignIn.kt +++ b/composeApp/src/commonMain/kotlin/ui/pages/root/SignIn.kt @@ -136,6 +136,7 @@ fun SignIn(component: SignInComponent) { listOf(Color.Red.copy(alpha = 0.7f), Color.Blue.copy(alpha = 0.7f)) ) ), + infinite = false, ) } },