From 73e5a7d6710a0fefc0f9656c294d37c905c924be Mon Sep 17 00:00:00 2001 From: Muvuk Date: Sun, 2 Oct 2022 19:00:36 +0200 Subject: [PATCH] fix: update with new Frappe color. fix #32455 (#32456) * Update with new Frappe color. * refactor: use css variables Co-authored-by: Ankush Menat --- erpnext/www/book_appointment/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/www/book_appointment/index.css b/erpnext/www/book_appointment/index.css index 277610876f..3b1b97c7b8 100644 --- a/erpnext/www/book_appointment/index.css +++ b/erpnext/www/book_appointment/index.css @@ -45,7 +45,7 @@ .time-slot.selected { color: white; - background: #5e64ff; + background: var(--primary-color); } .time-slot.selected .text-muted {