Decreases the icon even further

This commit is contained in:
Vitor Pamplona
2026-01-06 10:08:29 -05:00
parent 173a40394e
commit fd47391afe
@@ -215,13 +215,13 @@ val LightSelectedReactionBoxModifier =
val DarkChannelNotePictureModifier =
Modifier
.size(25.dp)
.size(20.dp)
.clip(shape = CircleShape)
.border(2.dp, DarkColorPalette.background, CircleShape)
val LightChannelNotePictureModifier =
Modifier
.size(25.dp)
.size(20.dp)
.clip(shape = CircleShape)
.border(2.dp, LightColorPalette.background, CircleShape)