Fix colour of the arrow when hovering the change package area in dashboard

This commit is contained in:
drummer83
2023-12-12 03:56:37 +01:00
parent 1f8a1cc376
commit dcba1dc5e9

View File

@@ -74,7 +74,7 @@
&:hover {
&:after {
border-top-color: $spree-green;
border-top-color: $orient;
}
}