Skip to content

Commit ef8a731

Browse files
committed
Fix About icon
1 parent ed34f4e commit ef8a731

File tree

1 file changed

+1
-2
lines changed
  • app/src/main/kotlin/com/darkrockstudios/app/securecamera/about

1 file changed

+1
-2
lines changed

app/src/main/kotlin/com/darkrockstudios/app/securecamera/about/AboutContent.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import androidx.compose.runtime.Composable
1313
import androidx.compose.runtime.getValue
1414
import androidx.compose.ui.Alignment
1515
import androidx.compose.ui.Modifier
16-
import androidx.compose.ui.graphics.Color
1716
import androidx.compose.ui.platform.LocalContext
1817
import androidx.compose.ui.res.painterResource
1918
import androidx.compose.ui.res.stringResource
@@ -99,7 +98,7 @@ fun AboutContent(
9998
Icon(
10099
painter = painterResource(id = R.drawable.ic_launcher_foreground),
101100
contentDescription = stringResource(id = R.string.app_name),
102-
tint = Color.Unspecified,
101+
tint = MaterialTheme.colorScheme.onSurface,
103102
modifier = Modifier
104103
.size(128.dp)
105104
.align(Alignment.CenterHorizontally)

0 commit comments

Comments
 (0)