Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 16, 2024
1 parent ad4c2fc commit b294c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Dialog: React.FC<DialogPropsType> = (props: DialogPropsType) => {
<dialog
{...rest}
open={open}
className={`text-white w-full md:w-11/12 py-10 border border-[#3f3f3f] rounded shadow-xl foreground z-20 px-10 max-h-screen overflow-auto ${
className={`text-white w-full md:w-11/12 py-10 border border-[#3f3f3f] rounded shadow-xl foreground z-20 px-10 overflow-auto ${
className ?? ""
} md:min-w-[600px]`}
style={{
Expand Down

0 comments on commit b294c51

Please sign in to comment.