Skip to content

Commit

Permalink
[PC-92] PieceSolidButton 높이 52dp 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Dec 25, 2024
1 parent 2e71b28 commit cf5ef32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import androidx.annotation.DrawableRes
import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
Expand Down Expand Up @@ -39,7 +40,7 @@ fun PieceSolidButton(
disabledContainerColor = PieceTheme.colors.light1,
disabledContentColor = PieceTheme.colors.white,
),
modifier = modifier,
modifier = modifier.height(52.dp),
) {
Text(
text = label,
Expand Down

0 comments on commit cf5ef32

Please sign in to comment.