fix(app): match status panel bg to dialog

This commit is contained in:
David Hill 2026-03-13 12:29:57 +00:00
parent 84e54b3965
commit 7ffa1442cf

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"