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.
1 parent 982b2ed commit d5f559eCopy full SHA for d5f559e
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