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
parent
commit
05c50df20c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 4
      apps/client/src/app/pages/portfolio/fire/fire-page.scss

1
CHANGELOG.md

@ -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

4
apps/client/src/app/pages/portfolio/fire/fire-page.scss

@ -29,5 +29,9 @@
@include select-arrow(variables.$light-primary-text);
color: rgb(var(--light-primary-text));
option {
color: rgb(var(--dark-primary-text));
}
}
}

Loading…
Cancel
Save