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} autoFocus={true}
autoCapitalize="off" autoCapitalize="off"
autoCorrect="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' : '' !shouldCreateVariable ? 'opacity-50' : ''
}`} }`}
value={newVariableName} value={newVariableName}

View File

@ -628,8 +628,8 @@ const CustomIconMap = {
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
> >
<path <path
fillRule="evenodd" fill-rule="evenodd"
clipRule="evenodd" clip-rule="evenodd"
d="M4 3H4.5H11H11.2071L11.3536 3.14645L15.8536 7.64646L16 7.7929V8.00001V11.3773C15.6992 11.1362 15.3628 10.9376 15 10.7908V8.50001H11H10.5V8.00001V4H5V16H9.79076C9.93763 16.3628 10.1362 16.6992 10.3773 17H4.5H4V16.5V3.5V3ZM11.5 4.70711L14.2929 7.50001H11.5V4.70711ZM13.8123 17.3904L16.3123 15.3904L15.6877 14.6096L14 15.9597V12H13V15.9597L11.3123 14.6096L10.6877 15.3904L13.1877 17.3904L13.5 17.6403L13.8123 17.3904Z" d="M4 3H4.5H11H11.2071L11.3536 3.14645L15.8536 7.64646L16 7.7929V8.00001V11.3773C15.6992 11.1362 15.3628 10.9376 15 10.7908V8.50001H11H10.5V8.00001V4H5V16H9.79076C9.93763 16.3628 10.1362 16.6992 10.3773 17H4.5H4V16.5V3.5V3ZM11.5 4.70711L14.2929 7.50001H11.5V4.70711ZM13.8123 17.3904L16.3123 15.3904L15.6877 14.6096L14 15.9597V12H13V15.9597L11.3123 14.6096L10.6877 15.3904L13.1877 17.3904L13.5 17.6403L13.8123 17.3904Z"
fill="currentColor" fill="currentColor"
/> />

View File

@ -18,7 +18,7 @@
.header { .header {
@apply z-10 relative rounded-tr; @apply z-10 relative rounded-tr;
@apply flex h-[41px] items-center justify-between gap-2 px-2; @apply flex h-[41px] items-center justify-between gap-2 px-2;
@apply text-xs select-none text-chalkboard-90; @apply font-mono text-xs font-bold select-none text-chalkboard-90;
@apply bg-chalkboard-10 border-b border-chalkboard-30; @apply bg-chalkboard-10 border-b border-chalkboard-30;
} }

View File

@ -1,6 +1,6 @@
.button { .button {
@apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm; @apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm;
@apply !no-underline text-xs select-none text-chalkboard-90; @apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit; @apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
@apply transition-colors ease-out; @apply transition-colors ease-out;
@apply m-0; @apply m-0;