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} );