summaryrefslogtreecommitdiff
path: root/src/core/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components')
-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