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