File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/themes Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ import androidx.compose.material.LocalContentColor
2323import androidx.compose.material.MaterialTheme
2424import androidx.compose.material.Scaffold
2525import androidx.compose.material.Text
26- import androidx.compose.material.icons.Icons.Outlined
27- import androidx.compose.material.icons.outlined.Check
2826import androidx.compose.material3.ExperimentalMaterial3Api
2927import androidx.compose.material3.rememberModalBottomSheetState
3028import androidx.compose.runtime.Composable
@@ -256,7 +254,7 @@ private fun ThemePreviewMenu(
256254 )
257255 if (selectedType == previewType) {
258256 Icon (
259- imageVector = Outlined . Check ,
257+ imageVector = ImageVector .vectorResource( R .drawable.ic_menu_check) ,
260258 tint = MaterialTheme .colors.primary,
261259 contentDescription = stringResource(R .string.toggle_option_checked)
262260 )
You can’t perform that action at this time.
0 commit comments