diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f757acb1..2b8a49ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed invisible preferred number indicator in light themes ([#289]) + ## [1.2.1] - 2025-06-03 ### Changed @@ -70,3 +74,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#30]: https://github.com/FossifyOrg/Contacts/issues/30 [#201]: https://github.com/FossifyOrg/Contacts/issues/201 [#281]: https://github.com/FossifyOrg/Contacts/issues/281 +[#289]: https://github.com/FossifyOrg/Contacts/issues/289 diff --git a/app/src/main/kotlin/org/fossify/contacts/activities/ViewContactActivity.kt b/app/src/main/kotlin/org/fossify/contacts/activities/ViewContactActivity.kt index a72bfe14f..8b587da59 100644 --- a/app/src/main/kotlin/org/fossify/contacts/activities/ViewContactActivity.kt +++ b/app/src/main/kotlin/org/fossify/contacts/activities/ViewContactActivity.kt @@ -403,6 +403,7 @@ class ViewContactActivity : ContactActivity() { } defaultToggleIcon.isVisible = phoneNumber.isPrimary + defaultToggleIcon.applyColorFilter(getProperTextColor()) } } binding.contactNumbersImage.beVisible()