diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/brands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/brands.js b/src/pages/shop/brands.js index 8faf7ba3..a473db15 100644 --- a/src/pages/shop/brands.js +++ b/src/pages/shop/brands.js @@ -35,7 +35,7 @@ export default function Brands({ initialManufactures }) { hasMore={hasMoreManufacture} className="grid grid-cols-3 gap-4 mt-4 !overflow-x-hidden" loader={ - <div className="flex justify-center items-center border border-gray-300 p-1 rounded h-14"> + <div className="flex justify-center items-center border border-gray-300 p-2 rounded h-14"> <Spinner className="w-6 h-6 text-gray-600 fill-gray-900"/> </div> } |
