clear more ticket, sub and design
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user