fix: pos button and on hover color (#46762)

* fix: pos button and on hover color

Changed the POS 'New Order' button color to frappe's color scheme and fixed the on hover text color on 'Toggle Recent Orders'

* fix: on hover text unreadable in dark mode
This commit is contained in:
Diptanil Saha
2025-03-28 08:54:51 +05:30
committed by GitHub
parent 11800e3cd8
commit 45b45efee5

View File

@@ -607,7 +607,7 @@
padding: var(--padding-sm);
&:hover {
background-color: var(--gray-50);
background-color: var(--control-bg);
}
> .invoice-name-date {
@@ -1157,8 +1157,8 @@
}
> .new-btn {
background-color: var(--blue-500);
color: white;
background-color: var(--btn-primary);
color: var(--neutral);
font-weight: 500;
}
}