clear more ticket, sub and design

This commit is contained in:
Thomas Demirdjian
2025-12-10 15:39:32 +01:00
parent b1ab6a549f
commit aacbd5411e
15 changed files with 1001 additions and 145 deletions
+3 -2
View File
@@ -104,7 +104,7 @@ const Library = () => {
};
const shouldShowResults = dropdownVisible;
const shouldBlurContent = dropdownVisible && hasSearchQuery;
const shouldBlurContent = dropdownVisible;
const handleChangeText = (value) => {
setSearch(value);
@@ -214,8 +214,9 @@ const Library = () => {
StyleSheet.absoluteFillObject,
{
zIndex: 10,
borderRadius: 0,
borderRadius: 18,
backgroundColor: "rgba(0, 0, 0, 0.25)",
overflow: "hidden",
},
]}
/>