Skip to content

Commit

Permalink
refactor: Improve image display and functionality in Playground compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
HasanYahya101 committed Jun 30, 2024
1 parent bc53c38 commit 5f9d8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/component/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ export function Playground() {
className="flex flex-col items-center justify-center p-4 h-screen bg-gray-100 dark:bg-gray-950 ">
<Toaster />
<div
className="max-w-3xl w-full bg-white dark:bg-gray-900 rounded-lg shadow-lg overflow-hidden">
className="max-w-3xl w-full bg-white dark:bg-gray-900 rounded-lg shadow-lg overflow-hidden"
style={{ minHeight: "300px", minWidth: "700px" }}
>
<div className="grid grid-cols-2 gap-6 p-6">
<div className="relative flex justify-center items-center h-full">
<img
Expand Down

0 comments on commit 5f9d8f2

Please sign in to comment.