chore: consolidate redundant controllers in mail-service, improve backend stability, refine desktop UX, and enhance Vereinsverwaltung functionality
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ fun MsFilterBar(
|
||||
onValueChange = onSearchQueryChange,
|
||||
modifier = Modifier
|
||||
.width(300.dp)
|
||||
.height(40.dp), // Fixe Höhe für High-Density
|
||||
.height(44.dp), // Erhöht von 40.dp auf 44.dp, damit Text nicht abgeschnitten wird
|
||||
placeholder = { Text(searchPlaceholder, style = MaterialTheme.typography.bodySmall) },
|
||||
leadingIcon = { Icon(Icons.Default.Search, contentDescription = null, modifier = Modifier.size(18.dp)) },
|
||||
trailingIcon = if (searchQuery.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user