Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix select text color if system theme mismatches app theme (#8523)

authored by

Eric Bailey and committed by
GitHub
066fd8cb 06ebd296

+1
+1
src/components/Select/index.web.tsx
··· 244 244 onFocus={onFocus} 245 245 onBlur={onBlur} 246 246 style={flatten([ 247 + t.atoms.text, 247 248 a.relative, 248 249 a.flex, 249 250 {minHeight: 25, paddingLeft: 30, paddingRight: 35},