Merged in fix/SW-1524-clickable-area (pull request #2125)

Fix/SW-1524: Enter details- expand clickable area

* fix(SW-1524): make whole price area clickable

* fix(SW-1524): add div as fake button


Approved-by: Bianca Widstam
Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-05-21 07:38:27 +00:00
parent e48e90dee4
commit 6be599e687
5 changed files with 98 additions and 48 deletions
@@ -7,6 +7,7 @@ import type {
export type PriceCardProps = {
productTypePrices: ProductTypePrices
isMemberPrice?: boolean
className?: string
}
export type PointsRowProps = {