From 25716f6f3a257aa3058cab97b0da705b9028b211 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 2 Jul 2026 15:33:20 +0200 Subject: [PATCH] Fix regression --- .../features/lockscreen/impl/components/PinEntryTextField.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/components/PinEntryTextField.kt b/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/components/PinEntryTextField.kt index 8014504950..2feaf5f01e 100644 --- a/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/components/PinEntryTextField.kt +++ b/features/lockscreen/impl/src/main/kotlin/io/element/android/features/lockscreen/impl/components/PinEntryTextField.kt @@ -105,7 +105,7 @@ private fun PinDigitView( if (isFocused) { Modifier.border(2.dp, ElementTheme.colors.borderFocused, shape) } else { - Modifier.border(1.dp, ElementTheme.colors.iconSecondary, shape) + Modifier.border(1.dp, ElementTheme.colors.iconPrimary, shape) } } is PinDigit.Filled -> {