Skip to content

Commit d5f559e

Browse files
committed
feat: Adjust search settings button width to 130dp
1 parent 982b2ed commit d5f559e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/main/kotlin/dev/paulee/ui/components/TableView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fun TableView(
128128
},
129129
shape = RoundedCornerShape(50.dp),
130130
contentPadding = PaddingValues(horizontal = 14.dp, vertical = 8.dp),
131-
modifier = Modifier.width(120.dp).padding(bottom = 12.dp)
131+
modifier = Modifier.width(130.dp).padding(bottom = 12.dp)
132132
) {
133133
Icon(
134134
imageVector = if (settingsExpanded) Icons.Default.KeyboardArrowUp else Icons.Default.KeyboardArrowDown,

0 commit comments

Comments
 (0)