diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-29 15:45:46 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-09-29 15:45:46 +0700 |
| commit | c88f012e3e53845fcaf9833ba800c1ff4ff30c62 (patch) | |
| tree | 1f3cbcb09c832b3e7fb272d70df83b54869bbc1b /src | |
| parent | 607b943dae3cacffcd76a6763fddc3c218792d74 (diff) | |
Update product card skeleton color
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/components/elements/Skeleton/ProductCardSkeleton.jsx | 4 |
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 |
