the same
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user