fix: add correct styles for book cart

This commit is contained in:
Tim Rijkse
2026-01-15 13:32:47 +01:00
parent 91a461c4fe
commit 200c50bb7f
10 changed files with 64 additions and 89 deletions

View File

@@ -61,8 +61,8 @@ class AddToCartButton extends HTMLElement {
}
.add-to-cart-button svg {
width: 16px;
height: 16px;
width: 24px;
height: 24px;
color: var(--color-text-inverse, #ffffff);
}
</style>