Skip to content

Commit

Permalink
fix: update with new Frappe color. fix #32455 (#32456)
Browse files Browse the repository at this point in the history
* Update with new Frappe color.

* refactor: use css variables

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
(cherry picked from commit 73e5a7d)
  • Loading branch information
Muvuk authored and mergify[bot] committed Oct 2, 2022
1 parent 2d34761 commit 3e7582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/www/book_appointment/index.css
Expand Up @@ -45,7 +45,7 @@

.time-slot.selected {
color: white;
background: #5e64ff;
background: var(--primary-color);
}

.time-slot.selected .text-muted {
Expand Down

0 comments on commit 3e7582f

Please sign in to comment.