Match empty text styles

This commit is contained in:
Ian Philips 2022-07-04 07:47:00 -06:00
parent 167b152a0b
commit 05881d4e2f

View File

@ -139,7 +139,7 @@ function ReferralsDialog(props: {
/>
</Row>
) : (
<span>No one...</span>
<span className={'text-gray-500'}>No one...</span>
)}
</div>
)}