Skip to content

Commit

Permalink
fix: the cancel button overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushjhawar8 committed Feb 4, 2025
1 parent cf1cc54 commit 8ed270d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/RunFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const RunFrame = (props: Props) => {
)}
</button>
{isRunning && (
<div className="rf-flex rf-items-center">
<div className="rf-flex rf-items-center rf-ml-1">
<Button
onClick={(e) => {
e.stopPropagation()
Expand All @@ -320,7 +320,7 @@ export const RunFrame = (props: Props) => {
}}
variant="ghost"
size="icon"
className="rf-text-red-300 hover:rf-text-red-400 hover:!rf-bg-transparent -ml-4 [&>svg]:rf-text-red-300 [&>svg]:hover:rf-text-red-400 rf-flex rf-items-center rf-justify-center"
className="rf-text-red-300 hover:rf-text-red-400 hover:!rf-bg-transparent [&>svg]:rf-text-red-300 [&>svg]:hover:rf-text-red-400 rf-flex rf-items-center rf-justify-center"
>
<Square
className="!rf-h-2.5 !rf-w-2.5"
Expand Down

0 comments on commit 8ed270d

Please sign in to comment.