Reduce intensity of drop shadow on chat reactions (#10414)

This commit is contained in:
DS Boyce
2026-05-06 10:06:42 -07:00
committed by GitHub
parent 7c22abcb66
commit 945d8b229d
4 changed files with 7 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
export * from '@bsky.app/alf/dist/utils'
+1 -1
View File
@@ -324,12 +324,12 @@ let MessageItem = ({
a.rounded_lg,
a.border,
t.atoms.border_contrast_low,
t.atoms.shadow_xs,
hasSelfReacted
? {
backgroundColor: t.palette.primary_100,
}
: t.atoms.bg_contrast_25,
t.atoms.shadow_sm,
{
paddingTop: platform({android: 2, default: 3}),
paddingBottom: platform({android: 2, default: 3}),