mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 16:14:39 +00:00
Appearance: shrink ColorModeSwitcher tap target to keep UserPicker Settings row at standard 58dp height
This commit is contained in:
+1
-1
@@ -759,7 +759,7 @@ object AppearanceScope {
|
||||
onLongClick = onLongClick
|
||||
)
|
||||
.onRightClick(onLongClick)
|
||||
.size(44.dp),
|
||||
.size(28.dp),
|
||||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
Icon(painterResource(if (themeMode == DefaultThemeMode.LIGHT) MR.images.ic_light_mode else MR.images.ic_bedtime_moon), stringResource(MR.strings.color_mode_light), tint = MaterialTheme.colors.secondary)
|
||||
|
||||
Reference in New Issue
Block a user