From da46591313df55b94a23e9cafdc5a7b095096eae Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 14 Mar 2023 13:27:05 +0530 Subject: [PATCH] Fix: Happy hour product button color was being overwritten by the face color --- bookie/src/app/sales/products/products.component.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bookie/src/app/sales/products/products.component.html b/bookie/src/app/sales/products/products.component.html index 7611119..edc2eb2 100644 --- a/bookie/src/app/sales/products/products.component.html +++ b/bookie/src/app/sales/products/products.component.html @@ -10,15 +10,18 @@

Back

{{ item.name }}

- {{ item.price | currency : 'INR' }} + {{ + item.price | currency : 'INR' + }}