Changed several theme.colors.purple entries to theme.colors.primary
Added a transparent primary color for the PickerButton fill
Changed the PickerButton icon from an image to SVG component to make it themeable
Allowed for partial gradient theme entries for easier button theming
I think this takes care of all the gaps for The Athletic, but we'll want to keep reviewing as we work on this repo and keep an eye out for other components that may need tweaking for better themeability.
Fixed multiple items around theming:
theme.colors.purple
entries totheme.colors.primary
transparent
primary color for the PickerButton fillI think this takes care of all the gaps for The Athletic, but we'll want to keep reviewing as we work on this repo and keep an eye out for other components that may need tweaking for better themeability.