mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
fix(app): match status panel bg to dialog
This commit is contained in:
parent
84e54b3965
commit
7ffa1442cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue