fix: red-on-red buttons

This commit is contained in:
june 2026-03-08 14:39:00 +01:00
parent b9d0857cab
commit 6a8645554c
No known key found for this signature in database
GPG key ID: 7CBDB58ECF1D3478

View file

@ -156,10 +156,10 @@ $lvl3: if($isDark, $base, $crust);
--color-diff-added-row-border: #{color.change($green, $alpha: 0.07)};
--color-diff-inactive: #{$overlay2};
--color-error-border: #{$red};
--color-error-bg: #{$red};
--color-error-bg: #{color.change($red, $alpha: 0.15)};
--color-error-bg-active: #{ctx_lighten($red, 5%)};
--color-error-bg-hover: #{ctx_lighten($red, 10%)};
--color-error-text: #{$lvl1};
--color-error-text: #{$text};
--color-success-border: #{ctx_lighten($green, 10%)};
--color-success-bg: #{$green};
--color-success-text: #{$lvl1};