-
Notifications
You must be signed in to change notification settings - Fork 258
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
Update Legacy AutoLogoutModal Theme #4428
Conversation
fa0151e
to
bba7002
Compare
After merging this, the following files are unused: src/components/legacy/AirshipModal.tsx Congratulations! You are the hero who finally broke us out of theme v1! Go ahead and delete these old files. Edit: I just went ahead and did it. |
const { autoLogoutTimeInSeconds, bridge } = props | ||
const theme = useTheme() | ||
const styles = getStyles(theme) | ||
const textColor = theme.pickerTextDark |
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.
Would it make sense to delete pickerTextDark
and pickerTextLight
from the theme, and then just use normal theme.primaryText
for this? Or, at the very least, just merge the two into a single pickerText
entry?
6d7ab2a
to
d5f0de9
Compare
Can't really change much visually about the picker for Android. We could probably benefit from a common component instead of trying to massage the native UI further.... |
56f5282
to
629b995
Compare
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.
This is great now!
629b995
to
07ced1d
Compare
iOS:
Android:
CHANGELOG
Dependencies
noneRequirements
If you have made any visual changes to the GUI. Make sure you have: