Minor style changes - capitalization

This commit is contained in:
Vladyslav Matsiiako
2023-01-13 16:17:40 -08:00
parent d386f2702d
commit 71fbf519ce

View File

@@ -46,9 +46,9 @@ export default function ListBox({
>
<div className="flex flex-row">
{text}
<span className="ml-1 cursor-pointer block truncate font-semibold text-gray-300">
<span className="ml-1 cursor-pointer block truncate font-semibold text-gray-300 capitalize">
{' '}
{selected?.charAt(0).toUpperCase() + selected?.slice(1)}
{selected}
</span>
</div>
{data && (