Change hierarchy of settings.

This commit is contained in:
Benoit Marty 2023-06-30 15:40:49 +02:00 committed by Benoit Marty
parent 380793e748
commit b6f977c032
28 changed files with 598 additions and 61 deletions

View file

@ -81,7 +81,7 @@ fun LogoutPreferenceContent(
) {
PreferenceText(
title = stringResource(id = R.string.screen_signout_preference_item),
icon = Icons.Default.Logout,
icon = Icons.Filled.Logout,
onClick = onClick
)
}