sccoreui 4.8.0 → 4.8.1

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.
@@ -2341,7 +2341,7 @@ a {
2341
2341
  /* ##################################### Basic Button CSS changes Start #################################################### */
2342
2342
 
2343
2343
  /* Default Button Classes */
2344
- .p-button {
2344
+ .p-button, .p-button-sm {
2345
2345
  color: #ffffff;
2346
2346
  background: var(--primary-500);
2347
2347
  line-height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",