Close button has to be destructive, not error

This commit is contained in:
eudaimon 2024-02-13 14:06:28 +01:00
parent 46c8701c3e
commit 4e160c094c
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ popover > contents, window.background.csd.popup {
button.close:not(:backdrop),
button.close:hover, button.close:backdrop:hover {
color: @error_color;
color: @destructive_color;
}