style: Fix styling

This commit is contained in:
Ahmad Ansori Palembani 2024-06-10 12:56:16 +07:00
parent 9d0cefa11f
commit 981c92043f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 25 additions and 12 deletions

View file

@ -5,7 +5,7 @@ compose-compiler = "1.5.14"
[libraries]
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
material3 = { module = "androidx.compose.material3:material3", version = "1.3.0-beta02" }
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }