Skip to content

Commit

Permalink
added a "black" option to the color picker (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 authored Dec 17, 2024
1 parent ca119e1 commit 95276c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ export const backgroundOptions: ColorPickerOptions[] = [
classes: "bg-gray-900 text-white",
reference: 5,
},
{
name: "Black",
classes: "bg-black text-white",
reference: 6,
},
];

0 comments on commit 95276c2

Please sign in to comment.