Skip to content

Commit c39a59d

Browse files
committed
Add padding to file icons (#200)
1 parent 0e226e2 commit c39a59d

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/ui

1 file changed

+1
-0
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/ui/FileContentIcon.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ fun FileContentIcon(item: ContentHolder) {
105105
val fileIcon = fileContentIcon.icon
106106
if (fileIcon is ImageVector) {
107107
Icon(
108+
modifier = Modifier.fillMaxSize(0.7f),
108109
imageVector = fileIcon,
109110
contentDescription = null,
110111
tint = fileContentIcon.iconColor ?: Color.Unspecified

0 commit comments

Comments
 (0)