fix: workspace name color

This commit is contained in:
David Hill
2026-01-15 19:01:41 +00:00
parent 1ee916a3c3
commit 55bd6e487e

View File

@@ -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"