Skip to content

Commit

Permalink
fix: update style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 28, 2024
1 parent 139cf2e commit 453d7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/code-highlighter/CodeHighlighter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ export const HighLighter: FC<Props> = (props) => {
<button
onClick={() => setIsCollapsed(false)}
aria-hidden
className="text-xs"
className="flex items-center justify-center text-xs"
>
<i className="icon-[mingcute--arrow-to-down-line]" />
展开
<span className="ml-2">展开</span>
</button>
</div>
)}
Expand Down

0 comments on commit 453d7c9

Please sign in to comment.