Update Compare.kt

main
CAPEL Maxime 2023-12-19 15:06:59 +01:00
parent b61111d1e4
commit 3a514674a8
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ fun commonWordsDataRow(
Row( Row(
modifier = modifier.background(backgroundColor) modifier = modifier.background(backgroundColor)
.border(1.dp, Color.Black), .border(1.dp, Color.Black)
.padding(8.dp),
verticalAlignment = Alignment.CenterVertically verticalAlignment = Alignment.CenterVertically
) { ) {
cellContent(word, modifier) cellContent(word, modifier)