Skip to content

Commit

Permalink
[cmpe] set dialog button x space...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Jun 29, 2023
1 parent 05980d0 commit be630e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package xyz.mcxross.cohesive.mellow

import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
Expand Down Expand Up @@ -55,6 +56,7 @@ private fun BottomBar(
) {
Row(
modifier = Modifier.fillMaxHeight().align(Alignment.CenterEnd),
horizontalArrangement = Arrangement.spacedBy(4.dp)
) {
if (positiveText.isNotEmpty()) {
Button(
Expand Down

0 comments on commit be630e0

Please sign in to comment.