Make pill wider

This commit is contained in:
Sinclair Chen 2022-10-05 11:08:42 -07:00
parent 29c4e79283
commit 7468a70892

View File

@ -25,7 +25,7 @@ export function ContractMention(props: { contract: Contract }) {
<span <span
className={clsx( className={clsx(
probTextColor, probTextColor,
'rounded-full px-1 font-semibold ring-1 ring-inset ring-indigo-100 group-hover:ring-0' 'rounded-full px-2 font-semibold ring-1 ring-inset ring-indigo-100 group-hover:ring-indigo-200'
)} )}
> >
{resolution ? ( {resolution ? (