summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-09-29 15:45:46 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-09-29 15:45:46 +0700
commitc88f012e3e53845fcaf9833ba800c1ff4ff30c62 (patch)
tree1f3cbcb09c832b3e7fb272d70df83b54869bbc1b /src/core
parent607b943dae3cacffcd76a6763fddc3c218792d74 (diff)
Update product card skeleton color
Diffstat (limited to 'src/core')
-rw-r--r--src/core/components/elements/Skeleton/ProductCardSkeleton.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx b/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx
index e46511f8..1e0ca6a3 100644
--- a/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx
+++ b/src/core/components/elements/Skeleton/ProductCardSkeleton.jsx
@@ -39,8 +39,8 @@ const ProductCardSkeleton = () => {
}
const skeletonColors = {
- startColor: 'gray.100',
- endColor: 'gray.300'
+ startColor: 'gray.200',
+ endColor: 'gray.400'
}
export default ProductCardSkeleton