This commit is contained in:
Diogo
2024-08-31 08:38:28 +01:00
parent 2f97fa6b48
commit e609de18c5
@@ -148,7 +148,7 @@ private fun UsersLayout(
if (currentUser != null) {
val mainColor = if (stopped) MaterialTheme.colors.secondary else MenuTextColor
SectionView(contentPadding = PaddingValues(bottom = DEFAULT_PADDING, end = DEFAULT_PADDING_HALF)) {
SectionView(contentPadding = PaddingValues(bottom = DEFAULT_PADDING, end = DEFAULT_PADDING_HALF, top = if (appPlatform.isAndroid) DEFAULT_PADDING_HALF else 0.dp)) {
Row {
Column(modifier = Modifier.widthIn(max = 200.dp).padding(start = DEFAULT_PADDING - 4.dp)) {
IconButton(onClick = onCurrentUserClick, enabled = !stopped) {