Skip to content

Commit

Permalink
no hex
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Feb 9, 2024
1 parent d62ef70 commit 34b5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ColorChannelPicker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<div class="flex flex-col">
<select bind:value={colorMode}>
{#each [...Object.keys(colorConfigs), "hex"] as colorMode}
{#each [...Object.keys(colorConfigs)] as colorMode}
<option value={colorMode}>{colorMode}</option>
{/each}
</select>
Expand Down

0 comments on commit 34b5911

Please sign in to comment.