rounded border

This commit is contained in:
Krishav Raj Singh 2025-09-18 08:56:43 +05:30
parent f685a1ed4b
commit f7815553dc
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ export function CheckCommandOutputToolView({
<CardHeader className="h-14 bg-zinc-50/80 dark:bg-zinc-900/80 backdrop-blur-sm border-b p-2 px-4 space-y-2">
<div className="flex flex-row items-center justify-between">
<div className="flex items-center gap-2">
<div className="relative p-2 rounded-lg bg-gradient-to-br from-blue-500/20 to-blue-600/10 border border-blue-500/20">
<div className="relative p-2 rounded-xl bg-gradient-to-br from-blue-500/20 to-blue-600/10 border border-blue-500/20">
<Terminal className="w-5 h-5 text-blue-500 dark:text-blue-400" />
</div>
<div>

View File

@ -150,7 +150,7 @@ export function CommandToolView({
<CardHeader className="h-14 bg-zinc-50/80 dark:bg-zinc-900/80 backdrop-blur-sm border-b p-2 px-4 space-y-2">
<div className="flex flex-row items-center justify-between">
<div className="flex items-center gap-2">
<div className="relative p-2 rounded-lg bg-gradient-to-br from-purple-500/20 to-purple-600/10 border border-purple-500/20">
<div className="relative p-2 rounded-xl bg-gradient-to-br from-purple-500/20 to-purple-600/10 border border-purple-500/20">
<Terminal className="w-5 h-5 text-purple-500 dark:text-purple-400" />
</div>
<div>