about summary refs log tree commit diff
path: root/plugins/withAndroidStylesAccentColorPlugin.js
Commit message (Collapse)AuthorAgeFilesLines
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-1/+1
|
* android: fix various places still using default Material Teal (#3555)Kisaragi Hiu2024-04-291-0/+25
These places include TextInput cursor, TextInput selection, and the spinner (ActivityIndicator) --- the default Material Teal is out of place wherever it shows up. This sets Expo's primaryColor to #1083fe, which is the color that defaultTheme.palette.default.brandText resolves to, then applies it as the native accent color via a plugin because Expo doesn't apply the accent color.