diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53a358dd6..2ebab8184 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the asset profile details dialog in the admin control panel to support editing countries for all asset types
- Extended the asset profile details dialog in the admin control panel to support editing sectors for all asset types
+### Fixed
+
+- Improved the style of the activity type component
+
## 2.253.0 - 2026-03-06
### Added
diff --git a/libs/ui/src/lib/activity-type/activity-type.component.html b/libs/ui/src/lib/activity-type/activity-type.component.html
index fe5ecfa01..973ae22e7 100644
--- a/libs/ui/src/lib/activity-type/activity-type.component.html
+++ b/libs/ui/src/lib/activity-type/activity-type.component.html
@@ -20,5 +20,7 @@
} @else if (activityType === 'SELL') {
}
- {{ activityTypeLabel }}
+
+ {{ activityTypeLabel }}
+