Various fixes

This commit is contained in:
Ilya Laktyushin
2023-11-29 16:13:57 +04:00
parent 60b6d45be5
commit 97e3a66cfb
7 changed files with 37 additions and 8 deletions

View File

@@ -415,7 +415,7 @@ private final class ThemeSettingsThemeItemIconNode : ListViewItemNode {
}
}
if item.themeReference == nil {
strongSelf.imageNode.backgroundColor = item.theme.actionSheet.opaqueItemBackgroundColor
strongSelf.imageNode.backgroundColor = item.theme.list.plainBackgroundColor
}
if updatedTheme || updatedSelected {