Skip to content

Commit 1a4a89e

Browse files
committed
refactor(src/components): 重构
重构 src/components/RepoView.tsx 文件
1 parent a696c79 commit 1a4a89e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/RepoView.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,21 +263,21 @@ export function RepoView({ repoPath }: RepoViewProps) {
263263
<Button
264264
size="sm"
265265
variant="ghost"
266-
className="h-6 w-6 p-0"
266+
className="h-9 w-9 p-0"
267267
onClick={() => refreshBranchInfo(repoPath)}
268268
title="刷新状态"
269269
>
270-
<RotateCcw className="w-3.5 h-3.5" />
270+
<RotateCcw className="w-5 h-5" />
271271
</Button>
272272

273273
<Button
274274
size="sm"
275275
variant="ghost"
276-
className="h-6 w-6 p-0"
276+
className="h-9 w-9 p-0"
277277
onClick={() => setIsRemoteDialogOpen(true)}
278278
title="远程仓库管理"
279279
>
280-
<Globe className="w-3.5 h-3.5" />
280+
<Globe className="w-5 h-5" />
281281
</Button>
282282
</div>
283283
</div>

0 commit comments

Comments
 (0)