This commit is contained in:
Mathew Pareles 2025-02-24 04:09:09 -08:00
parent df6de2d7fc
commit 1dffbfb061

View file

@ -514,7 +514,7 @@ export const VoidCustomDropdownBox = <T extends any>({
</div>
<span className="flex justify-between w-full">
<span>{optionName}</span>
<span className='text-void-fg-4 opacity-50'>{optionDetail}</span>
<span className='text-void-fg-4 opacity-60'>{optionDetail}</span>
</span>
</div>
);