Skip to content

Commit fad4926

Browse files
author
pompurin404
committed
fix styles
1 parent de18ae3 commit fad4926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/renderer/src/components/sider/proxy-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const ProxyCard: React.FC = () => {
6969
}
7070
size="sm"
7171
variant="bordered"
72-
className="mr-3 mt-2"
72+
className="mr-2 mt-2"
7373
>
7474
{filtered.length}
7575
</Chip>

src/renderer/src/components/sider/rule-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const RuleCard: React.FC = () => {
6767
}
6868
size="sm"
6969
variant="bordered"
70-
className="mr-3 mt-2"
70+
className="mr-2 mt-2"
7171
>
7272
{rules?.rules?.length ?? 0}
7373
</Chip>

0 commit comments

Comments
 (0)