Skip to content

Commit

Permalink
Capitalized the labels
Browse files Browse the repository at this point in the history
  • Loading branch information
manojVivek committed Nov 15, 2023
1 parent 8f3ade4 commit 8bede1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MenuItemLabel = ({
})}
/>
<span
className={cx({
className={cx('capitalize', {
'font-semibold text-black dark:text-white': isActive,
})}
>
Expand Down Expand Up @@ -94,7 +94,7 @@ export const VisionSimulationDropDown = ({
{
label: (
<MenuItemLabel
label="Normal Vision"
label="normal vision"
isActive={simulationName === undefined}
/>
),
Expand Down

0 comments on commit 8bede1f

Please sign in to comment.