diff options
| author | David Hill <[email protected]> | 2026-01-15 19:01:41 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-15 19:15:21 +0000 |
| commit | 55bd6e487e828ec2d2e98fc1f1ad869e1a9687a7 (patch) | |
| tree | 4642e77d5ed77fff6e7093e17a21ec7a6e42a5ad | |
| parent | 1ee916a3c3429429aedb208daa6ad33e0591895a (diff) | |
| download | opencode-55bd6e487e828ec2d2e98fc1f1ad869e1a9687a7.tar.gz opencode-55bd6e487e828ec2d2e98fc1f1ad869e1a9687a7.zip | |
fix: workspace name color
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index b4b82666b..d7a1d70ec 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -1113,7 +1113,7 @@ export default function Layout(props: ParentProps) { <div class="flex items-center justify-center shrink-0 size-6"> <Icon name="branch" size="small" /> </div> - <span class="truncate text-14-medium text-text-strong">{title()}</span> + <span class="truncate text-14-medium text-text-base">{title()}</span> <Icon name={open() ? "chevron-down" : "chevron-right"} size="small" |
