...
This commit is contained in:
@@ -94,6 +94,15 @@ fun ActiveTradeRow(
|
||||
) {
|
||||
Text("취소", fontSize = 11.sp)
|
||||
}
|
||||
} else {
|
||||
Button(
|
||||
onClick = { onCancelClick() },
|
||||
contentPadding = PaddingValues(horizontal = 8.dp),
|
||||
modifier = Modifier.height(28.dp),
|
||||
colors = ButtonDefaults.buttonColors(backgroundColor = Color.LightGray)
|
||||
) {
|
||||
Text("취소", fontSize = 11.sp)
|
||||
}
|
||||
}
|
||||
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user