Skip to content

Commit

Permalink
style: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
YanYuanFE committed May 11, 2024
1 parent 922d3ef commit 4f49d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/editor/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ export default function EditorPage() {
</div>
<div className="mt-4 flex-1">
<div className="flex justify-between items-center py-2 px-4 border-t">
<div className={'border-b border-primary'}>
Output
<div className={'border-b border-primary text-sm'}>
output
</div>
<div className="flex gap-2">
<Tooltip content={'Save compile result'}>
Expand Down

0 comments on commit 4f49d47

Please sign in to comment.