修正了按钮高度问题
This commit is contained in:
2024-11-03 00:32:58 +08:00
parent 720bafe787
commit 560f4655df

View File

@@ -260,8 +260,7 @@ fun EmailSignupScreen() {
) { ) {
ActionButton( ActionButton(
modifier = Modifier modifier = Modifier
.width(345.dp) .width(345.dp),
.height(48.dp),
text = stringResource(R.string.lets_ride_upper), text = stringResource(R.string.lets_ride_upper),
backgroundColor = Color(0xffda3832), backgroundColor = Color(0xffda3832),
color = Color.White color = Color.White