@sinco/react 1.0.15-rc.65 → 1.0.15-rc.66
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/index.css +3 -0
- package/index.js +0 -3
- package/package.json +1 -1
- package/src/lib/Components/ToastNotification.d.ts +1 -0
package/index.css
ADDED
package/index.js
CHANGED
@@ -14390,9 +14390,6 @@ const ToastNotificationComponent = toast => {
|
|
14390
14390
|
display: "flex",
|
14391
14391
|
alignItems: "center",
|
14392
14392
|
sx: {
|
14393
|
-
"&.color-error": {
|
14394
|
-
backgroundColor: "#FEEBEE"
|
14395
|
-
},
|
14396
14393
|
"&.color-info": {
|
14397
14394
|
backgroundColor: "#E1F5FE"
|
14398
14395
|
},
|
package/package.json
CHANGED