Skip to content

Commit 22c9ec8

Browse files
committed
Improve e-ink theme styling for dice component
1 parent 286c84d commit 22c9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dice.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Dice({
2121
}}
2222
className={cx(
2323
"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)]",
24-
"eink:ring-1 eink:ring-border",
24+
"eink:ring-1 eink:ring-border eink:dark:bg-transparent eink:dark:text-text",
2525
className,
2626
)}
2727
>

0 commit comments

Comments
 (0)