fix: update with new Frappe color. fix #32455 (#32456)

* Update with new Frappe color.

* refactor: use css variables

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
(cherry picked from commit 73e5a7d671)
This commit is contained in:
Muvuk
2022-10-02 19:00:36 +02:00
committed by Mergify
parent 9f8d3e43ea
commit ad43b18ace

View File

@@ -45,7 +45,7 @@
.time-slot.selected {
color: white;
background: #5e64ff;
background: var(--primary-color);
}
.time-slot.selected .text-muted {