This commit is contained in:
2026-02-05 15:37:11 +09:00
parent 3f209dcd4d
commit 0b855188a9
4 changed files with 123 additions and 4 deletions
+9
View File
@@ -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(