Skip to content

Commit 6d72933

Browse files
committed
Fix more things
1 parent ee816f5 commit 6d72933

File tree

1 file changed

+2
-1
lines changed
  • android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen

1 file changed

+2
-1
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/FilterScreen.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import androidx.compose.runtime.saveable.rememberSaveable
2121
import androidx.compose.runtime.setValue
2222
import androidx.compose.ui.Alignment
2323
import androidx.compose.ui.Modifier
24+
import androidx.compose.ui.graphics.Color
2425
import androidx.compose.ui.res.painterResource
2526
import androidx.compose.ui.res.stringResource
2627
import androidx.compose.ui.text.style.TextAlign
@@ -233,7 +234,7 @@ private fun TopBar(onBackClick: () -> Unit) {
233234
Icon(
234235
painter = painterResource(id = R.drawable.icon_back),
235236
contentDescription = null,
236-
tint = Color.Unspecified,
237+
tint = MaterialTheme.colorScheme.onPrimary,
237238
)
238239
}
239240
Text(

0 commit comments

Comments
 (0)