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 318bc7b commit a43c41cCopy full SHA for a43c41c
components/dashboard/src/settings/SelectIDE.tsx
@@ -181,7 +181,7 @@ function renderIdeOption(
181
<SelectableCardSolid className="w-36 h-44" title={option.title} selected={selected} onClick={onSelect}>
182
{version ? (
183
<span
184
- className={`font-normal text-xs ${
+ className={`font-normal font-mono text-xs ${
185
selected
186
? "text-gray-100 dark:text-gray-600"
187
: "text-gray-400 contrast-more:text-gray-600 dark:text-gray-500"
0 commit comments