Skip to content

Commit 453d7c9

Browse files
committed
fix: update style
Signed-off-by: Innei <[email protected]>
1 parent 139cf2e commit 453d7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/code-highlighter/CodeHighlighter.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ export const HighLighter: FC<Props> = (props) => {
8585
<button
8686
onClick={() => setIsCollapsed(false)}
8787
aria-hidden
88-
className="text-xs"
88+
className="flex items-center justify-center text-xs"
8989
>
9090
<i className="icon-[mingcute--arrow-to-down-line]" />
91-
展开
91+
<span className="ml-2">展开</span>
9292
</button>
9393
</div>
9494
)}

0 commit comments

Comments
 (0)