Revert "Remove all use of bold mono font" (#6394)

Revert "Remove all use of bold mono font (#6373)"

This reverts commit 03c4121ab7.
This commit is contained in:
Frank Noirot
2025-04-18 14:57:10 -04:00
committed by GitHub
parent a20f420a55
commit ce3a6ad286
4 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@ export const CreateNewVariable = ({
autoFocus={true}
autoCapitalize="off"
autoCorrect="off"
className={`flex-1 sm:text-sm px-2 py-1 rounded-sm bg-chalkboard-10 dark:bg-chalkboard-90 text-chalkboard-90 dark:text-chalkboard-10 ${
className={`font-mono flex-1 sm:text-sm px-2 py-1 rounded-sm bg-chalkboard-10 dark:bg-chalkboard-90 text-chalkboard-90 dark:text-chalkboard-10 ${
!shouldCreateVariable ? 'opacity-50' : ''
}`}
value={newVariableName}