Make pill wider
This commit is contained in:
parent
29c4e79283
commit
7468a70892
|
@ -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 ? (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user