diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-17 13:26:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-17 13:26:25 +0700 |
| commit | b17c4ea8bea0b57a2defbfcf327176a874ec1aed (patch) | |
| tree | 68160e5896e972e794339f64d5ce672ccd024fc0 /src/pages/shop | |
| parent | 815b607ee1c5cf9ffc03c6e1e93d714a5dcf5239 (diff) | |
no message
Diffstat (limited to 'src/pages/shop')
| -rw-r--r-- | src/pages/shop/cart.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js index 5949c1ba..90059d9a 100644 --- a/src/pages/shop/cart.js +++ b/src/pages/shop/cart.js @@ -223,7 +223,7 @@ export default function Cart({ previousRoute }) { {isLoadingProducts && ( <div className="flex justify-center items-center gap-x-3"> - <Spinner className="w-4 h-4 text-gray_r-800 fill-gray_r-12" /> <span>Loading...</span> + <Spinner className="w-4 h-4 text-gray_r-8 fill-gray_r-12" /> <span>Loading...</span> </div> )} |
