Skip to content

Commit

Permalink
run btn patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Jun 18, 2024
1 parent e5099d6 commit a1a6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const CodeCell = ({
data-running={running}
width={30}
height={30}
className="data-[running=true]:animate-spin p-0.5 block min-w-[30px]"
className="data-[running=true]:animate-spin bg-foreground/15 rounded-full p-1.5 block min-w-[30px]"
/>
</Button>
<Editor
Expand Down

0 comments on commit a1a6e21

Please sign in to comment.