We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ff326 + d5f559e commit 4baa698Copy full SHA for 4baa698
1 file changed
ui/src/main/kotlin/dev/paulee/ui/components/TableView.kt
@@ -128,7 +128,7 @@ fun TableView(
128
},
129
shape = RoundedCornerShape(50.dp),
130
contentPadding = PaddingValues(horizontal = 14.dp, vertical = 8.dp),
131
- modifier = Modifier.width(120.dp).padding(bottom = 12.dp)
+ modifier = Modifier.width(130.dp).padding(bottom = 12.dp)
132
) {
133
Icon(
134
imageVector = if (settingsExpanded) Icons.Default.KeyboardArrowUp else Icons.Default.KeyboardArrowDown,
0 commit comments