Bugfix/fix border color in fire calculator (#1792)

* Fix border color

* Update changelog
This commit is contained in:
Thomas Kaul
2023-03-17 19:37:36 +01:00
committed by GitHub
parent 1605fb8d48
commit 5db2faa17d
2 changed files with 5 additions and 1 deletions

View File

@@ -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));
}
}
}