Increased line stage button size
This commit is contained in:
parent
3ee8163e2d
commit
1c079b9b43
@ -939,7 +939,7 @@ fun DiffLineText(line: Line, diffEntryType: DiffEntryType, onActionTriggered: ()
|
||||
tint = Color.White,
|
||||
modifier = Modifier
|
||||
.fastClickable(line) { onActionTriggered() }
|
||||
.size(14.dp)
|
||||
.size(16.dp)
|
||||
.clip(RoundedCornerShape(2.dp))
|
||||
.background(color),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user