Browse Source

Merge branch 'main' into fix/fix-charts-for-ytd

pull/1598/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
4107878274
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 1
      libs/ui/src/lib/logo/logo.component.scss

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Changed
- Improved the logo alignment
### Fixed ### Fixed
- Fixed the grouping by month / year of the dividend and investment timeline - Fixed the grouping by month / year of the dividend and investment timeline

1
libs/ui/src/lib/logo/logo.component.scss

@ -5,6 +5,7 @@
.logo { .logo {
background-color: rgba(var(--dark-primary-text)); background-color: rgba(var(--dark-primary-text));
margin-top: -2px;
mask: url('/assets/ghost.svg') no-repeat center; mask: url('/assets/ghost.svg') no-repeat center;
} }
} }

Loading…
Cancel
Save