sccoreui 4.7.5 → 4.7.6

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.
Files changed (2) hide show
  1. package/dist/App.scss +4 -0
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -677,6 +677,10 @@ button[data-cmd='fontFamily']{
677
677
  margin-left: 8px;
678
678
  }
679
679
 
680
+ .fr-wrapper .fr-placeholder {
681
+ color: #667085 !important;
682
+ }
683
+
680
684
  button[aria-expanded="true"] {
681
685
  &::before {
682
686
  top: 48%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.7.5",
3
+ "version": "4.7.6",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",