Skip to content

Commit

Permalink
refactor: Update Playground component with improved color selection f…
Browse files Browse the repository at this point in the history
…unctionality and tooltips for switching color formats
  • Loading branch information
HasanYahya101 committed Aug 24, 2024
1 parent 74338e9 commit 53f2a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/component/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,11 @@ export function Playground() {
</DropdownMenu>
<ContextMenuTrigger>
<div
className="flex flex-col items-center justify-center p-4 h-screen bg-gray-100 dark:bg-black ">
className="flex flex-col items-center justify-center p-4 h-screen bg-gray-100 dark:bg-gray-950 ">
<Toaster theme={useTheme().theme}
/>
<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 dark:border"
style={{ minHeight: "300px", minWidth: "700px" }}
>
<div className="grid grid-cols-2 gap-6 p-6">
Expand Down

0 comments on commit 53f2a98

Please sign in to comment.