fix(app): match status panel bg to dialog

pull/17327/head
David Hill 2026-03-13 12:29:57 +00:00
parent 84e54b3965
commit 7ffa1442cf
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export function StatusModal(props: { directory: string }) {
>
<Tabs
aria-label={language.t("status.popover.ariaLabel")}
class="tabs bg-background-strong rounded-xl overflow-hidden"
class="tabs !bg-surface-raised-stronger-non-alpha rounded-xl overflow-hidden"
data-component="tabs"
data-active="servers"
defaultValue="servers"