We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a696c79 commit 1a4a89eCopy full SHA for 1a4a89e
1 file changed
src/components/RepoView.tsx
@@ -263,21 +263,21 @@ export function RepoView({ repoPath }: RepoViewProps) {
263
<Button
264
size="sm"
265
variant="ghost"
266
- className="h-6 w-6 p-0"
+ className="h-9 w-9 p-0"
267
onClick={() => refreshBranchInfo(repoPath)}
268
title="刷新状态"
269
>
270
- <RotateCcw className="w-3.5 h-3.5" />
+ <RotateCcw className="w-5 h-5" />
271
</Button>
272
273
274
275
276
277
onClick={() => setIsRemoteDialogOpen(true)}
278
title="远程仓库管理"
279
280
- <Globe className="w-3.5 h-3.5" />
+ <Globe className="w-5 h-5" />
281
282
</div>
283
0 commit comments