mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 13:38:26 +00:00
Cleanup Button Preview
This commit is contained in:
parent
ce5e7212ef
commit
7c523a1ead
@ -294,16 +294,5 @@ private fun VariousButtons(
|
|||||||
BorderlessButton("Borderless Button") {}
|
BorderlessButton("Borderless Button") {}
|
||||||
BorderlessButton("Borderless Secondary", color = LocalColors.current.textSecondary) {}
|
BorderlessButton("Borderless Secondary", color = LocalColors.current.textSecondary) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
Column(
|
|
||||||
modifier = Modifier.padding(8.dp),
|
|
||||||
horizontalAlignment = Alignment.CenterHorizontally,
|
|
||||||
verticalArrangement = Arrangement.spacedBy(8.dp)
|
|
||||||
) {
|
|
||||||
Row(horizontalArrangement = Arrangement.spacedBy(8.dp)) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user