Browse Source
Bugfix/fix border color in fire calculator (#1792)
* Fix border color
* Update changelog
pull/1793/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/fire-calculator/fire-calculator.component.scss
|
|
@ -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 |
|
|
|
|
|
@ -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)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|