diff --git a/canvas/src/components/tabs/MemoryTab.tsx b/canvas/src/components/tabs/MemoryTab.tsx index a0afb81d..2c5055f7 100644 --- a/canvas/src/components/tabs/MemoryTab.tsx +++ b/canvas/src/components/tabs/MemoryTab.tsx @@ -137,14 +137,14 @@ export function MemoryTab({ workspaceId }: Props) { @@ -177,7 +177,7 @@ export function MemoryTab({ workspaceId }: Props) { @@ -212,21 +212,21 @@ export function MemoryTab({ workspaceId }: Props) { @@ -262,7 +262,7 @@ export function MemoryTab({ workspaceId }: Props) { @@ -272,7 +272,7 @@ export function MemoryTab({ workspaceId }: Props) { setShowAdd(false); setError(null); }} - className="px-3 py-1 bg-surface-card hover:bg-surface-card text-xs rounded text-ink-mid" + className="px-3 py-1 bg-surface-card hover:bg-surface-elevated text-xs rounded text-ink-mid" > Cancel @@ -318,7 +318,11 @@ export function MemoryTab({ workspaceId }: Props) { @@ -340,7 +344,7 @@ export function MemoryTab({ workspaceId }: Props) {