@progressio_resources/gravity-design-system 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressio_resources/gravity-design-system",
3
3
  "description": "Gravity Design System",
4
- "version": "2.4.2",
4
+ "version": "2.4.3",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",
@@ -111,6 +111,7 @@ bs-datepicker-container {
111
111
 
112
112
  span {
113
113
  align-items: center;
114
+ border-radius: $border-radius-rounded;
114
115
  display: flex;
115
116
  height: 2rem;
116
117
  justify-content: center;