@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.es.js
CHANGED
|
@@ -661,7 +661,7 @@ var DisplayCard = function DisplayCard(_ref) {
|
|
|
661
661
|
border: "2px solid #f0f0f0",
|
|
662
662
|
transition: "all 0.3s ease",
|
|
663
663
|
":hover": {
|
|
664
|
-
border: "
|
|
664
|
+
border: "1px solid rgb(99, 99, 230)"
|
|
665
665
|
// transform: "translateY(-2px)",
|
|
666
666
|
}
|
|
667
667
|
}, sx),
|