Skip to content

Commit a43c41c

Browse files
committed
Use monospaced for for the version strings
1 parent 318bc7b commit a43c41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/settings/SelectIDE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function renderIdeOption(
181181
<SelectableCardSolid className="w-36 h-44" title={option.title} selected={selected} onClick={onSelect}>
182182
{version ? (
183183
<span
184-
className={`font-normal text-xs ${
184+
className={`font-normal font-mono text-xs ${
185185
selected
186186
? "text-gray-100 dark:text-gray-600"
187187
: "text-gray-400 contrast-more:text-gray-600 dark:text-gray-500"

0 commit comments

Comments
 (0)