We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3ade4 commit 8bede1fCopy full SHA for 8bede1f
desktop-app/src/renderer/components/VisionSimulationDropDown/index.tsx
@@ -18,7 +18,7 @@ const MenuItemLabel = ({
18
})}
19
/>
20
<span
21
- className={cx({
+ className={cx('capitalize', {
22
'font-semibold text-black dark:text-white': isActive,
23
24
>
@@ -94,7 +94,7 @@ export const VisionSimulationDropDown = ({
94
{
95
label: (
96
<MenuItemLabel
97
- label="Normal Vision"
+ label="normal vision"
98
isActive={simulationName === undefined}
99
100
),
0 commit comments