Remove border styles from labels

This commit is contained in:
ShirkNeko
2025-05-29 20:25:17 +08:00
parent 855a71ac56
commit 253276a27b

View File

@@ -421,11 +421,6 @@ private fun StatusCard(
shape = RoundedCornerShape(4.dp), shape = RoundedCornerShape(4.dp),
color = MaterialTheme.colorScheme.primary, color = MaterialTheme.colorScheme.primary,
modifier = Modifier modifier = Modifier
.border(
width = 1.dp,
color = MaterialTheme.colorScheme.secondary,
shape = RoundedCornerShape(4.dp)
)
) { ) {
Text( Text(
text = workingModeText, text = workingModeText,
@@ -448,11 +443,6 @@ private fun StatusCard(
shape = RoundedCornerShape(4.dp), shape = RoundedCornerShape(4.dp),
color = MaterialTheme.colorScheme.primary, color = MaterialTheme.colorScheme.primary,
modifier = Modifier modifier = Modifier
.border(
width = 1.dp,
color = MaterialTheme.colorScheme.secondary,
shape = RoundedCornerShape(4.dp)
)
) { ) {
Text( Text(
text = labelText, text = labelText,