Skip to content

Commit d1b7b1f

Browse files
committed
🤖 fix: apply linting after merge
1 parent 57111cd commit d1b7b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/tools/ProposePlanToolCall.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const ProposePlanToolCall: React.FC<ProposePlanToolCallProps> = ({
128128
)}
129129
<button
130130
onClick={() => void copyToClipboard(args.plan)}
131-
className="text-neutral-400 hover:text-plan-mode cursor-pointer rounded-sm bg-transparent px-2 py-1 font-mono text-[10px] transition-all duration-150 active:translate-y-px"
131+
className="hover:text-plan-mode cursor-pointer rounded-sm bg-transparent px-2 py-1 font-mono text-[10px] text-neutral-400 transition-all duration-150 active:translate-y-px"
132132
style={{
133133
border: "1px solid rgba(136, 136, 136, 0.3)",
134134
}}
@@ -192,7 +192,7 @@ export const ProposePlanToolCall: React.FC<ProposePlanToolCallProps> = ({
192192

193193
{status === "completed" && (
194194
<div
195-
className="text-neutral-400 mt-3 pt-3 text-[11px] leading-normal italic"
195+
className="mt-3 pt-3 text-[11px] leading-normal text-neutral-400 italic"
196196
style={{
197197
borderTop:
198198
"1px solid color-mix(in srgb, var(--color-plan-mode), transparent 80%)",

0 commit comments

Comments
 (0)