Skip to content

Commit 1c14899

Browse files
davindicodeclaude
andcommitted
Purple tint for cd directory buttons to distinguish from action/tab buttons
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 83b6cef commit 1c14899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/terminal/InputBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export default function InputBox() {
472472
key={dir}
473473
onClick={() => handleCdTo(dir)}
474474
disabled={!activeSessionId}
475-
className={keyBtn}
475+
className="px-2 py-0.5 text-[11px] bg-[#1a1e2e] text-purple-400 hover:text-purple-200 hover:bg-[#2a2e4a] disabled:text-gray-600 rounded border border-purple-800/50 whitespace-nowrap transition-colors select-none touch-manipulation"
476476
title={`cd ${dir}`}
477477
>
478478
{dir}

0 commit comments

Comments
 (0)