about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnastasiya Uraleva <anastasiya@Anastasiyas-MacBook-Pro.local>2025-08-29 17:40:41 -0700
committerAnastasiya Uraleva <anastasiya@Anastasiyas-MacBook-Pro.local>2025-08-29 17:40:41 -0700
commit3601933ff67e30283284db0d32487c8522430815 (patch)
tree9217e5154447eba8b57f71f4b5edf8971dde1655
parentcc4acae7582fe99544ebc2c7d1cc28136b6bccbc (diff)
downloadvoidsky-3601933ff67e30283284db0d32487c8522430815.tar.zst
move background to the parent and remove unused view
-rw-r--r--src/components/dialogs/GifSelect.tsx4
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"