Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Decrease thickness of border on message input (#4196)

authored by

Hailey and committed by
GitHub
9900d329 b093e0b6

+2 -2
+1 -1
src/screens/Messages/Conversation/MessageInput.tsx
··· 109 109 { 110 110 padding: a.p_sm.padding - 2, 111 111 paddingLeft: a.p_md.padding - 2, 112 - borderWidth: 2, 112 + borderWidth: 1, 113 113 borderRadius: 23, 114 114 borderColor: 'transparent', 115 115 },
+1 -1
src/screens/Messages/Conversation/MessageInput.web.tsx
··· 94 94 { 95 95 paddingHorizontal: a.p_sm.padding - 2, 96 96 paddingLeft: a.p_md.padding - 2, 97 - borderWidth: 2, 97 + borderWidth: 1, 98 98 borderRadius: 23, 99 99 borderColor: 'transparent', 100 100 },