Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

android paper text input padding (#8570)

authored by

Samuel Newman and committed by
GitHub
ad54ec8e e5f9377a

+2 -1
+2 -1
src/components/forms/TextField.tsx
··· 196 196 minWidth: 0, 197 197 }, 198 198 ios({paddingTop: 12, paddingBottom: 13}), 199 - android(a.py_md), 199 + // Needs to be sm on Paper, md on Fabric for some godforsaken reason -sfn 200 + android(a.py_sm), 200 201 // fix for autofill styles covering border 201 202 web({ 202 203 paddingTop: 10,