This commit is contained in:
Odweta
2025-01-03 10:23:52 +01:00
parent 04d8527434
commit a619c8b92e
@@ -102,6 +102,6 @@ private fun SignOutButton(onClick: () -> Unit, label: String) {
shape = RoundedCornerShape(global.dimens.roundedCorner)
) // Yellow border
) {
Text(label)
Text(label, fontSize = 17.sp)
}
}