From 5db2faa17d1514d19ea026da9228ec6d40bda78d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:37:36 +0100 Subject: [PATCH] Bugfix/fix border color in fire calculator (#1792) * Fix border color * Update changelog --- CHANGELOG.md | 4 ++++ .../ui/src/lib/fire-calculator/fire-calculator.component.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)); } } }