fix(editor): Fix color of selection state on execution table (no-changelog) (#18976)

This commit is contained in:
Robert Squires
2025-08-29 15:42:29 +01:00
committed by GitHub
parent be76b3a510
commit 21077e9110
2 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@
}
.el-message-box {
background-color: var(--color-background-base);
background-color: var(--color-background-light);
border: none;
.el-message-box__headerbtn {
.el-message-box__close {