File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/kotlin/com/darkrockstudios/app/securecamera/about Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import androidx.compose.runtime.Composable
1313import androidx.compose.runtime.getValue
1414import androidx.compose.ui.Alignment
1515import androidx.compose.ui.Modifier
16- import androidx.compose.ui.graphics.Color
1716import androidx.compose.ui.platform.LocalContext
1817import androidx.compose.ui.res.painterResource
1918import 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 )
You can’t perform that action at this time.
0 commit comments