Page MenuHomePhabricator

D7722.diff
No OneTemporary

D7722.diff

diff --git a/native/components/community-pill.react.js b/native/components/community-pill.react.js
--- a/native/components/community-pill.react.js
+++ b/native/components/community-pill.react.js
@@ -11,6 +11,8 @@
import ThreadPill from './thread-pill.react.js';
import { useColors } from '../themes/colors.js';
+const threadPillRoundCorners = { left: false, right: true };
+
type Props = {
+community: ThreadInfo,
};
@@ -51,7 +53,7 @@
{keyserverOperatorLabel}
<ThreadPill
threadInfo={community}
- roundCorners={{ left: false, right: true }}
+ roundCorners={threadPillRoundCorners}
/>
</View>
);

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 29, 2:33 PM (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2597260
Default Alt Text
D7722.diff (657 B)

Event Timeline