diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa1ba8f4..87ee49484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the local number formatting in the value component +### Fixed + +- Fixed the vertical alignment in the toggle component + ## 1.270.1 - 2023-05-19 ### Added diff --git a/apps/client/src/app/components/toggle/toggle.component.html b/apps/client/src/app/components/toggle/toggle.component.html index 582aa433e..fd923fdf5 100644 --- a/apps/client/src/app/components/toggle/toggle.component.html +++ b/apps/client/src/app/components/toggle/toggle.component.html @@ -1,10 +1,11 @@