Skip to content

Commit

Permalink
Scale dice
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Dec 15, 2024
1 parent efed05d commit d63114c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/dice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ export function Dice({
>
<svg
viewBox="0 0 16 16"
width="16"
height="16"
fill="currentColor"
className="size-icon"
// className="dark:[filter:drop-shadow(calc(var(--x-amount)*1px)_calc(var(--y-amount)*1px)_0_var(--color-border))]"
>
{number === 1 && <circle cx="8" cy="8" r="1" />}
Expand Down

0 comments on commit d63114c

Please sign in to comment.