mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
add header and background design
This commit is contained in:
@@ -17,7 +17,6 @@ export const MWInput = styled(Input, {
|
||||
outlineStyle: "none",
|
||||
focusStyle: {
|
||||
borderColor: "$colorTransparent",
|
||||
backgroundColor: "$searchFocused",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@@ -51,7 +51,6 @@ export function SearchBar({
|
||||
|
||||
return (
|
||||
<View
|
||||
marginBottom={12}
|
||||
flexDirection="row"
|
||||
alignItems="center"
|
||||
borderRadius={999}
|
||||
@@ -67,8 +66,7 @@ export function SearchBar({
|
||||
onChangeText={handleChange}
|
||||
ref={inputRef}
|
||||
placeholder="What are you looking for?"
|
||||
width="80%"
|
||||
borderColor={isFocused ? theme.colorTransparent : theme.inputBorder}
|
||||
width="75%"
|
||||
backgroundColor={
|
||||
isFocused ? theme.searchFocused : theme.searchBackground
|
||||
}
|
||||
|
Reference in New Issue
Block a user