Skip to content

Commit

Permalink
fix: minor style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yasell committed Jan 21, 2025
1 parent 336ecff commit 1c09ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/views/repo/repo-files/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const RepoFiles: FC<RepoFilesProps> = ({

return (
<SandboxLayout.Main className="max-w-[1000px]">
<SandboxLayout.Content className="h-full">
<SandboxLayout.Content className="h-full pt-4">
{isView && (
<PathActionBar
codeMode={codeMode}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const SummaryPanel: FC<SummaryPanelProps> = ({
<div key={item.id} className="flex items-center gap-1.5">
<Icon name={item.iconName} size={14} className="fill-none text-tertiary-background" />
<Text>{item.name}</Text>
<Badge theme="muted" size="sm">
<Badge className="hover:bg-tag-background-gray-1" theme="muted" size="sm">
{item.count}
</Badge>
</div>
Expand Down

0 comments on commit 1c09ae5

Please sign in to comment.