Skip to content

Commit

Permalink
Fix Modal Border-Radius again (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Nov 13, 2023
1 parent d429673 commit af03e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panels/ModalPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ModalPanel(props: Props) {
{title && (
<div
className={cx(
'border-b border-panel-border bg-panel-background-alt p-8 text-xl font-semibold rounded-md',
'border-b border-panel-border bg-panel-background-alt p-8 text-xl font-semibold rounded-t-md',
!titleLeft && ('text-center'),
)}
>
Expand Down

0 comments on commit af03e53

Please sign in to comment.