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>
This commit is contained in:
Muvuk 2022-10-02 19:00:36 +02:00 committed by GitHub
parent 601880f1ce
commit 73e5a7d671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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