Skip to content

Commit

Permalink
Improve e-ink theme styling for dice component
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Feb 5, 2025
1 parent 286c84d commit 22c9ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function Dice({
}}
className={cx(
"flex rotate-[var(--angle)] rounded-[2.5px] bg-bg text-text transition-[transform,box-shadow] will-change-transform [box-shadow:var(--shadow-large)_rgb(0,0,0,0.1),var(--shadow-small)_rgb(0,0,0,0.1),0_0_0_1px_var(--color-border-secondary)] motion-reduce:transition-none dark:bg-text-secondary dark:text-bg dark:[box-shadow:inset_calc(var(--x-amount)*1px)_calc(var(--y-amount)*1px)_0_var(--color-border),var(--shadow-large)_rgb(0,0,0,0.2),var(--shadow-small)_rgb(0,0,0,0.2)]",
"eink:ring-1 eink:ring-border",
"eink:ring-1 eink:ring-border eink:dark:bg-transparent eink:dark:text-text",
className,
)}
>
Expand Down

0 comments on commit 22c9ec8

Please sign in to comment.