new tickets

This commit is contained in:
2025-10-24 14:15:59 +02:00
parent 702e989128
commit 8356b04eb2
10 changed files with 113 additions and 32 deletions
+5 -4
View File
@@ -1,10 +1,10 @@
import { View, TextInput, Image } from "react-native";
import React from "react";
import { BlurView } from "expo-blur";
import React from "react";
import { Image, TextInput, View } from "react-native";
import { icons } from "../assets";
import Style, { size } from "../styles/Style";
import { Palette } from "../styles";
import { FONT_FAMILY } from "../styles/Fonts";
import Style from "../styles/Style";
const SearchBar = ({
placeholder = "Que souhaites-tu écouter?",
@@ -13,12 +13,13 @@ const SearchBar = ({
return (
<View style={{ borderRadius: 12, overflow: "hidden" }}>
<BlurView
intensity={10}
intensity={80}
style={{
height: 40,
paddingHorizontal: 8,
gap: 10,
...Style.containerRow,
backgroundColor: "Palette.ultraLightBlack",
}}
>
<Image source={icons.search} />