fix: workspace name color
This commit is contained in:
@@ -1113,7 +1113,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
<div class="flex items-center justify-center shrink-0 size-6">
|
<div class="flex items-center justify-center shrink-0 size-6">
|
||||||
<Icon name="branch" size="small" />
|
<Icon name="branch" size="small" />
|
||||||
</div>
|
</div>
|
||||||
<span class="truncate text-14-medium text-text-strong">{title()}</span>
|
<span class="truncate text-14-medium text-text-base">{title()}</span>
|
||||||
<Icon
|
<Icon
|
||||||
name={open() ? "chevron-down" : "chevron-right"}
|
name={open() ? "chevron-down" : "chevron-right"}
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
Reference in New Issue
Block a user