mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
fix search bar focus color
This commit is contained in:
@@ -68,6 +68,10 @@ export function SearchBar({
|
|||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
placeholder="What are you looking for?"
|
placeholder="What are you looking for?"
|
||||||
width="80%"
|
width="80%"
|
||||||
|
borderColor={isFocused ? theme.colorTransparent : theme.inputBorder}
|
||||||
|
backgroundColor={
|
||||||
|
isFocused ? theme.searchFocused : theme.searchBackground
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user