Skip to content

Commit

Permalink
feat: 🎸 add border in rgb preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatpotato13 committed Oct 23, 2024
1 parent 5098811 commit 2986243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/option-renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function OptionRenderer(option: OptionProps) {
width: "20px",
height: "20px",
backgroundColor: rgbValue,
border: "1px solid black",
marginLeft: "10px",
verticalAlign: "middle",
}}
Expand Down

0 comments on commit 2986243

Please sign in to comment.