* Update with new Frappe color. * refactor: use css variables Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
This commit is contained in:
parent
601880f1ce
commit
73e5a7d671
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
.time-slot.selected {
|
.time-slot.selected {
|
||||||
color: white;
|
color: white;
|
||||||
background: #5e64ff;
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-slot.selected .text-muted {
|
.time-slot.selected .text-muted {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user