Skip to content

Commit 1ad5140

Browse files
committed
Añadido color naranja para el boton de "ver"
1 parent 407e1a5 commit 1ad5140

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/resources/templates/reviews/reviewDetail.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ <h1 class="h3 mb-1" th:text="${review.product.name}">Producto</h1>
2929
</div>
3030
<div class="product-price fs-4 text-success mb-2" th:text="${review.product.price} + ' €'"></div>
3131
<p class="text-muted mb-0" th:text="${review.product.shortDescription}">Descripción</p>
32-
<a th:href="@{/products/{id}(id=${review.product.id})}" class="btn btn-sm btn-outline-secondary mt-3">
32+
<a th:href="@{/products/{id}(id=${review.product.id})}" class="btn btn-sm"
33+
style="background-color: #fd7e14; color: white; border: none;">
3334
<i class="fa-solid fa-box me-1"></i> Ver producto
3435
</a>
3536
</div>

0 commit comments

Comments
 (0)