From 924b2578a41ad90df2c674e48016ff0aaa58287e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 13 Oct 2025 22:54:01 +1100 Subject: [PATCH] fix(ui): tone down text shadow on toasted skin (#54) --- packages/react/react/src/skins/toasted/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/react/src/skins/toasted/styles.ts b/packages/react/react/src/skins/toasted/styles.ts index cf9d0ac8..100a559d 100644 --- a/packages/react/react/src/skins/toasted/styles.ts +++ b/packages/react/react/src/skins/toasted/styles.ts @@ -111,7 +111,7 @@ const styles: MediaToastedSkinStyles = { FullscreenEnterTooltip: cn('fullscreen-enter-tooltip'), FullscreenExitTooltip: cn('fullscreen-exit-tooltip'), TimeSliderRoot: cn('mx-2'), - TimeDisplay: cn('tabular-nums text-shadow-2xs/40'), + TimeDisplay: cn('tabular-nums text-shadow-2xs/20'), DurationDisplay: cn('text-white/50 contents'), SliderRoot: cn( 'flex items-center justify-center flex-1 group/slider relative',