修正了按钮高度问题
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(
modifier = Modifier
.width(345.dp)
.height(48.dp),
.width(345.dp),
text = stringResource(R.string.lets_ride_upper),
backgroundColor = Color(0xffda3832),
color = Color.White