Skip to content

Commit

Permalink
refactor: Add border to rounded-full div in Playground component
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanYahya101 committed Jul 23, 2024
1 parent 01b6a0c commit 0b34de4
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 @@ -299,7 +299,7 @@ export function Playground() {
<div className="flex items-center gap-4">
<div
className="w-16 h-16 rounded-full border-4 border-gray-200 dark:border-gray-800 flex items-center justify-center">
<div className="w-10 h-10 rounded-full"
<div className="w-10 h-10 rounded-full border"
style={{ backgroundColor: rgbToHex(rValue, gValue, bValue) }}
/>
</div>
Expand Down

0 comments on commit 0b34de4

Please sign in to comment.