From c0ece5a6f1cba94e0f512375cdd7fbb9d075f405 Mon Sep 17 00:00:00 2001 From: "maxence.guitard" Date: Thu, 28 Mar 2024 10:11:47 +0100 Subject: [PATCH] feat : lobby --- .../main/java/com/example/mathseduc/ServerDetailsActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/app/src/main/java/com/example/mathseduc/ServerDetailsActivity.kt b/Android/app/src/main/java/com/example/mathseduc/ServerDetailsActivity.kt index 2a06919..b7dc809 100644 --- a/Android/app/src/main/java/com/example/mathseduc/ServerDetailsActivity.kt +++ b/Android/app/src/main/java/com/example/mathseduc/ServerDetailsActivity.kt @@ -208,7 +208,7 @@ class ServerDetailsActivity : ComponentActivity() { fontSize = 20.sp, color = Colors.White, ) - + Spacer(modifier = Modifier.height(30.dp))