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 Jul 27, 2024
1 parent 4858659 commit 6b62979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/component/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export function Playground() {
<TooltipProvider>
<Tooltip>
<TooltipTrigger>
<Button variant="ghost" onClick={CopyHEX} className="max-h-12 max-w-12">
<Button variant="ghost" onClick={CopyHEX} className="max-h-12 max-w-12 ml-1" size="icon">
<CopyIcon className="w-4 h-4 text-gray-500 dark:text-gray-400" />
</Button>
</TooltipTrigger>
Expand Down

0 comments on commit 6b62979

Please sign in to comment.