diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-20 11:35:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-20 11:35:25 +0700 |
| commit | 525166e62b793b351d1a6be2421c0a33b22f7b7b (patch) | |
| tree | a2bf86c4698771bc37b88218fc3f8e2e45a55ed7 /src/lib/product/components | |
| parent | d22df6bd30b8ed4bcfa938dcbbedc5fc376c2304 (diff) | |
cart refactor
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/Product.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product.jsx b/src/lib/product/components/Product.jsx index 39d29d4d..92f4e37d 100644 --- a/src/lib/product/components/Product.jsx +++ b/src/lib/product/components/Product.jsx @@ -245,7 +245,7 @@ const Product = ({ product }) => { } const TabButton = ({ children, active, ...props }) => { - const activeClassName = active ? 'text-red_r-11 border-b border-red_r-11' : 'text-gray_r-11' + const activeClassName = active ? 'text-red_r-11 underline underline-offset-4' : 'text-gray_r-11' return ( <button {...props} |
