Removing border colors.
This commit is contained in:
@@ -76,8 +76,8 @@ fun NewPostView(onClose: () -> Unit, baseReplyTo: Note? = null, account: Account
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
Surface(modifier = Modifier.fillMaxWidth().fillMaxHeight()) {
|
Surface(modifier = Modifier.fillMaxWidth().fillMaxHeight()) {
|
||||||
Column(modifier = Modifier.fillMaxWidth().fillMaxHeight().border(1.dp, Color.Red)) {
|
Column(modifier = Modifier.fillMaxWidth().fillMaxHeight()) {
|
||||||
Column(modifier = Modifier.padding(10.dp).imePadding().weight(1f).border(1.dp, Color.Yellow)) {
|
Column(modifier = Modifier.padding(10.dp).imePadding().weight(1f)) {
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
horizontalArrangement = Arrangement.SpaceBetween,
|
horizontalArrangement = Arrangement.SpaceBetween,
|
||||||
|
|||||||
Reference in New Issue
Block a user