Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix for autofill covering border (#4573)

authored by

Samuel Newman and committed by
GitHub
5c31859f 73fc0094

+7
+7
src/components/forms/TextField.tsx
··· 196 196 textAlignVertical: rest.multiline ? 'top' : undefined, 197 197 minHeight: rest.multiline ? 80 : undefined, 198 198 }, 199 + // fix for autofill styles covering border 200 + web({ 201 + paddingTop: 12, 202 + paddingBottom: 12, 203 + marginTop: 2, 204 + marginBottom: 2, 205 + }), 199 206 android({ 200 207 paddingBottom: 16, 201 208 }),