fix: dark btn-primary hover uses green-interactive (#429d6a) not green-light (#2A5C4F) so contrast improves on hover

This commit is contained in:
daniel-c-harvey
2026-06-19 22:05:32 -04:00
parent 51ac1a76de
commit 3bf95538bd
@@ -623,7 +623,7 @@ body:has(.waveform-visualizer-control-overlay) {
}
.deepdrft-theme-dark .btn-primary:hover {
background: var(--deepdrft-green-light);
background: var(--deepdrft-green-interactive);
}
.deepdrft-theme-dark .btn-ghost {