diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fe6ea50..d39c31058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for _Gather Data_ +### Fixed + +- Fixed the border color in the _FIRE_ calculator (dark mode) + ## 1.245.0 - 2023-03-12 ### Added diff --git a/libs/ui/src/lib/fire-calculator/fire-calculator.component.scss b/libs/ui/src/lib/fire-calculator/fire-calculator.component.scss index d44f914f4..92ad6fe88 100644 --- a/libs/ui/src/lib/fire-calculator/fire-calculator.component.scss +++ b/libs/ui/src/lib/fire-calculator/fire-calculator.component.scss @@ -31,7 +31,7 @@ .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing { - border-color: rgba(var(--dark-disabled-text)); + border-color: rgba(var(--light-disabled-text)); } } }