diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 1943727a80..87d5be5a14 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -11631,7 +11631,7 @@ tbody { } .confirm-dialogue-body { - background: var(--base); + background: var(--surfaces-surface-01); color: var(--slate12); } @@ -14618,7 +14618,7 @@ tbody { } .popover-body { - background-color: var(--base); + background-color: var(--surfaces-surface-01); color: var(--slate12); border-radius: 6px; }