Browse Source
Bugfix/dark mode styling of safe withdrawal rate selector in FIRE section (#7053)
* Fix styling of safe withdrawal rate selector in dark mode
* Update changelog
pull/7062/head
Jorge
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/fire/fire-page.scss
|
|
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Fixed a chart error on interaction by registering the annotation plugin early |
|
|
|
- Fixed an issue on the allocations page where clicking an account in the _By Account_ chart did not open the detail dialog |
|
|
|
- Restricted the maximum height of the import activities dialog |
|
|
|
- Fixed the dark mode styling of the safe withdrawal rate selector in the _FIRE_ section (experimental) |
|
|
|
|
|
|
|
## 3.11.0 - 2026-06-14 |
|
|
|
|
|
|
|
|
|
|
|
@ -29,5 +29,9 @@ |
|
|
|
@include select-arrow(variables.$light-primary-text); |
|
|
|
|
|
|
|
color: rgb(var(--light-primary-text)); |
|
|
|
|
|
|
|
option { |
|
|
|
color: rgb(var(--dark-primary-text)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|