mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
style
This commit is contained in:
parent
df6de2d7fc
commit
1dffbfb061
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ export const VoidCustomDropdownBox = <T extends any>({
|
||||||
</div>
|
</div>
|
||||||
<span className="flex justify-between w-full">
|
<span className="flex justify-between w-full">
|
||||||
<span>{optionName}</span>
|
<span>{optionName}</span>
|
||||||
<span className='text-void-fg-4 opacity-50'>{optionDetail}</span>
|
<span className='text-void-fg-4 opacity-60'>{optionDetail}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue