Skip to content

Commit

Permalink
add title to all colors
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 23, 2024
1 parent ca06361 commit 859a6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Shade.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{#each lights as light}
<div class="flex flex-col items-center">
<button
title="oklch({light}% {$chroma} {hue})"
on:click={() => copyCode(light)}
class="px-6 py-5 rounded shadow hover:shadow-lg hover:-translate-y-2 hover:duration-200 hover:cursor-copy"
style="background-color: oklch({light}% {$chroma} {hue})">
Expand Down

0 comments on commit 859a6be

Please sign in to comment.