File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
apps/core/app/[locale]/(default)/cart/_components Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @bigcommerce/catalyst-core " : patch
3
+ ---
4
+
5
+ Fix on hover style for buttons in Shipping Estimator
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const ShippingEstimator = ({
42
42
< p className = "inline-flex gap-2" >
43
43
< span className = "text-base" > { shippingCosts . selectedShippingOption } </ span >
44
44
< Button
45
- className = "w-fit p-0 text-base text-primary"
45
+ className = "w-fit p-0 text-base text-primary hover:bg-transparent "
46
46
onClick = { ( ) => setIsOpened ( ( open ) => ! open ) }
47
47
variant = "subtle"
48
48
>
@@ -68,7 +68,7 @@ export const ShippingEstimator = ({
68
68
< div className = "inline-flex items-center justify-between" >
69
69
< span className = "text-base font-semibold" > { t ( 'shippingCost' ) } </ span >
70
70
< Button
71
- className = "w-fit p-0 text-base text-primary"
71
+ className = "w-fit p-0 text-base text-primary hover:bg-transparent "
72
72
onClick = { ( ) => setIsOpened ( ( open ) => ! open ) }
73
73
variant = "subtle"
74
74
>
You can’t perform that action at this time.
0 commit comments