fix: dark btn-primary hover uses green-interactive (#429d6a) not green-light (#2A5C4F) so contrast improves on hover
This commit is contained in:
@@ -623,7 +623,7 @@ body:has(.waveform-visualizer-control-overlay) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.deepdrft-theme-dark .btn-primary:hover {
|
.deepdrft-theme-dark .btn-primary:hover {
|
||||||
background: var(--deepdrft-green-light);
|
background: var(--deepdrft-green-interactive);
|
||||||
}
|
}
|
||||||
|
|
||||||
.deepdrft-theme-dark .btn-ghost {
|
.deepdrft-theme-dark .btn-ghost {
|
||||||
|
|||||||
Reference in New Issue
Block a user