Skip to content

Commit

Permalink
change increment const for chroma
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 23, 2024
1 parent c58ae16 commit ca06361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script lang="ts">
import { chroma, copied } from "../stores";
const max = 0.37;
const increment = 0.01;
const max = 0.35;
const increment = 0.05;
$: {
if ($chroma < 0) {
Expand Down

0 comments on commit ca06361

Please sign in to comment.