diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt index a4f60bb7b..294f42b4b 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/theme/Theme.kt @@ -278,14 +278,14 @@ val darkLargeProfilePictureModifier = .width(120.dp) .height(120.dp) .clip(shape = CircleShape) - .border(3.dp, DarkColorPalette.background, CircleShape) + .border(3.dp, DarkColorPalette.onBackground, CircleShape) val lightLargeProfilePictureModifier = Modifier .width(120.dp) .height(120.dp) .clip(shape = CircleShape) - .border(3.dp, LightColorPalette.background, CircleShape) + .border(3.dp, LightColorPalette.onBackground, CircleShape) val RichTextDefaults = RichTextStyle().resolveDefaults()