mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
style: double the nickname card's top margin, halve its bottom margin
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QdvE4LvgkSewJXyFzyyAUY
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ fun UserNicknameCard(
|
||||
|
||||
OutlinedCard(
|
||||
onClick = { isEditDialogOpen.value = true },
|
||||
modifier = Modifier.fillMaxWidth().padding(top = 7.dp),
|
||||
modifier = Modifier.fillMaxWidth().padding(top = 14.dp, bottom = 3.5.dp),
|
||||
) {
|
||||
Box(modifier = Modifier.fillMaxWidth()) {
|
||||
Column(
|
||||
|
||||
Reference in New Issue
Block a user