Increased line stage button size

This commit is contained in:
Abdelilah El Aissaoui 2023-04-24 02:20:21 +02:00
parent 3ee8163e2d
commit 1c079b9b43
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -939,7 +939,7 @@ fun DiffLineText(line: Line, diffEntryType: DiffEntryType, onActionTriggered: ()
tint = Color.White, tint = Color.White,
modifier = Modifier modifier = Modifier
.fastClickable(line) { onActionTriggered() } .fastClickable(line) { onActionTriggered() }
.size(14.dp) .size(16.dp)
.clip(RoundedCornerShape(2.dp)) .clip(RoundedCornerShape(2.dp))
.background(color), .background(color),
) )