-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove selectionColor
prop
#5790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any downside to keeping it on ios?
It's not really working on iOS currently either so let's remove and we can possibly re-add later |
@@ -98,7 +98,7 @@ export const SearchInput = ({ | |||
|
|||
return { | |||
text: query, | |||
selectionColor: getColorValueForThemeWorklet(asset.value?.highContrastColor, isDarkMode, true), | |||
defaultValue: '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i had to add this to get lint to pass, any idea @christianbaroni
Fixes APP-1539
What changed (plus any additional context for devs)
Screen recordings / screenshots
What to test