Skip to content

Commit

Permalink
fixed the bars
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstone committed Feb 21, 2024
1 parent a980987 commit 67c4ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example/Swatches.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{#each colors as color, i}
<button
style={`background-color: ${color.toHex()};`}
class="wide-bars transition-all"
class="wide-bar transition-all"
class:ml-5={focusSet.has(i)}
class:mr-5={!focusSet.has(i)}
on:click|preventDefault|stopPropagation={(e) =>
Expand Down

0 comments on commit 67c4ccc

Please sign in to comment.