diff --git a/src/components/HistorySidebar/SearchInput.tsx b/src/components/HistorySidebar/SearchInput.tsx index 9ec624ee..06ab8f9f 100644 --- a/src/components/HistorySidebar/SearchInput.tsx +++ b/src/components/HistorySidebar/SearchInput.tsx @@ -45,7 +45,7 @@ export default function SearchInput({ placeholder={placeholder ?? t('layout.search')} leadingIcon={ leadingIcon ?? ( - + ) } /> diff --git a/src/components/ProjectPageSidebar/HeaderAction.tsx b/src/components/ProjectPageSidebar/HeaderAction.tsx index b011e708..53091ad0 100644 --- a/src/components/ProjectPageSidebar/HeaderAction.tsx +++ b/src/components/ProjectPageSidebar/HeaderAction.tsx @@ -303,8 +303,8 @@ export function HeaderAction() {
-
- +
+ {instructionsHint}
-
- +
+ {memoryLabel}
-
- +
+ {workforceSettingLabel} @@ -141,7 +141,7 @@ export function NavList({ aria-label={newSessionLabel} > diff --git a/src/components/ProjectPageSidebar/index.tsx b/src/components/ProjectPageSidebar/index.tsx index a509cccb..4cb462c1 100644 --- a/src/components/ProjectPageSidebar/index.tsx +++ b/src/components/ProjectPageSidebar/index.tsx @@ -345,7 +345,7 @@ export default function ProjectPageSidebar({ label="Scheduled" trailing={ showTriggersDisconnectedTag ? ( - + {t('layout.triggers-disconnected')} ) : undefined @@ -372,8 +372,8 @@ export default function ProjectPageSidebar({ size="sm" buttonContent="icon-only" className={cn( - 'no-drag mr-1 rounded-xl shrink-0 hover:bg-[var(--ds-bg-neutral-strong-default)]', - 'focus-visible:z-10 focus-visible:ring-2 focus-visible:ring-[var(--ds-border-neutral-default-default)] focus-visible:outline-none' + 'no-drag mr-1 rounded-xl shrink-0 hover:bg-ds-bg-neutral-strong-default', + 'focus-visible:z-10 focus-visible:ring-2 focus-visible:ring-ds-border-neutral-default-default focus-visible:outline-none' )} aria-label={t('triggers.add-trigger')} onClick={(e) => { @@ -383,7 +383,7 @@ export default function ProjectPageSidebar({ }} > diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx index 14b16159..d1b1c6eb 100644 --- a/src/components/TopBar/index.tsx +++ b/src/components/TopBar/index.tsx @@ -296,7 +296,7 @@ function HeaderWin() { aria-current="page" > @@ -316,7 +316,7 @@ function HeaderWin() { aria-current="page" > @@ -336,7 +336,7 @@ function HeaderWin() { aria-label={t('layout.back')} > @@ -355,7 +355,7 @@ function HeaderWin() { aria-label={t('layout.forward')} >