@ammarkhalidfarooq/dashboard-package 0.3.5 → 0.3.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -663,7 +663,7 @@ var DisplayCard = function DisplayCard(_ref) {
|
|
|
663
663
|
border: "2px solid #f0f0f0",
|
|
664
664
|
transition: "all 0.3s ease",
|
|
665
665
|
":hover": {
|
|
666
|
-
border: "
|
|
666
|
+
border: "1px solid rgb(99, 99, 230)"
|
|
667
667
|
// transform: "translateY(-2px)",
|
|
668
668
|
}
|
|
669
669
|
}, sx),
|