Browse Source

Use correct icon.

julioromano/fixTallAndWidePreviews
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
2c8fdf0dad
  1. 4
      features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/root/PreferencesRootView.kt

4
features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/root/PreferencesRootView.kt

@ -19,8 +19,8 @@ package io.element.android.features.preferences.impl.root @@ -19,8 +19,8 @@ package io.element.android.features.preferences.impl.root
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.DeveloperMode
import androidx.compose.material.icons.outlined.BugReport
import androidx.compose.material.icons.outlined.DeveloperMode
import androidx.compose.material.icons.outlined.Help
import androidx.compose.material.icons.outlined.InsertChart
import androidx.compose.material.icons.outlined.VerifiedUser
@ -108,7 +108,7 @@ fun PreferencesRootView( @@ -108,7 +108,7 @@ fun PreferencesRootView(
fun DeveloperPreferencesView(onOpenDeveloperSettings: () -> Unit) {
PreferenceText(
title = stringResource(id = CommonStrings.common_developer_options),
icon = Icons.Default.DeveloperMode,
icon = Icons.Outlined.DeveloperMode,
onClick = onOpenDeveloperSettings
)
}

Loading…
Cancel
Save