Skip to content

Commit 6715ccd

Browse files
cry4ptWarFiN123
andauthored
Update src/components/color-picker.tsx
Co-authored-by: WarFiN <[email protected]>
1 parent 6222cd0 commit 6715ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/color-picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function ColorPicker({ color, onChange }: ColorPickerProps) {
156156

157157
{/* Discord preset swatches */}
158158
<div className="grid grid-cols-6 gap-2">
159-
{discordColors.map((c, i) => (
159+
{discordColors.map((c) => (
160160
<Button
161161
key={c}
162162
variant="outline"

0 commit comments

Comments
 (0)