Browse Source

Merge branch 'main' into feature/support-assets-in-emergency-fund

pull/1601/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
80dd32c966
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

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for assets other than cash in emergency fund (affecting buying power) - Added support for assets other than cash in emergency fund (affecting buying power)
### Changed
- Improved the logo alignment
## 1.226.0 - 2023-01-11 ## 1.226.0 - 2023-01-11
### Added ### Added

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