Semibold the question on cards
This commit is contained in:
parent
f9336c00be
commit
8715ff2740
|
@ -67,7 +67,7 @@ export function ContractCard(props: {
|
|||
</div>
|
||||
<AvatarDetails contract={contract} />
|
||||
<p
|
||||
className="break-words font-medium text-indigo-700 peer-hover:underline peer-hover:decoration-indigo-400 peer-hover:decoration-2"
|
||||
className="break-words font-semibold text-indigo-700 peer-hover:underline peer-hover:decoration-indigo-400 peer-hover:decoration-2"
|
||||
style={{ /* For iOS safari */ wordBreak: 'break-word' }}
|
||||
>
|
||||
{question}
|
||||
|
|
|
@ -71,7 +71,7 @@ export function AvatarDetails(props: { contract: Contract }) {
|
|||
const { creatorName, creatorUsername } = contract
|
||||
|
||||
return (
|
||||
<Row className="items-center gap-2 text-sm text-gray-500">
|
||||
<Row className="items-center gap-2 text-sm text-gray-400">
|
||||
<Avatar
|
||||
username={creatorUsername}
|
||||
avatarUrl={contract.creatorAvatarUrl}
|
||||
|
|
Loading…
Reference in New Issue
Block a user