|
@@ -133,7 +133,7 @@ fun CountryItem(
|
|
modifier = Modifier
|
|
modifier = Modifier
|
|
.fillMaxWidth()
|
|
.fillMaxWidth()
|
|
.padding(
|
|
.padding(
|
|
- start = 16.dp, end = 12.dp, top = 12.dp
|
|
|
|
|
|
+ start = 12.dp, end = 12.dp, top = 12.dp
|
|
)
|
|
)
|
|
.background(Color.Transparent)
|
|
.background(Color.Transparent)
|
|
.clickable(
|
|
.clickable(
|