general-library-union 2.3.21 → 2.3.22

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,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.3.21",
3
+ "version": "2.3.22",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -265,6 +265,9 @@ margin-bottom: 10%;
265
265
  button {
266
266
  padding: 0.5rem 6rem;
267
267
  margin-top: 2%;
268
+ background: #232323;
269
+ border-radius: 5px;
270
+ color: #fff;
268
271
  }
269
272
  }
270
273