diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/GifSelect.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx index c72c2c8f6..fbbc70f11 100644 --- a/src/components/dialogs/GifSelect.tsx +++ b/src/components/dialogs/GifSelect.tsx @@ -147,10 +147,8 @@ function GifList({ a.align_center, !gtMobile && web(a.gap_md), a.pb_sm, + t.atoms.bg, ]}> - {/* cover top corners */} - <View style={[a.absolute, a.inset_0, t.atoms.bg]} /> - {!gtMobile && isWeb && ( <Button size="small" |