diff --git a/src/components/AvailableVarsHelpers.tsx b/src/components/AvailableVarsHelpers.tsx index c880069fb..9cd6c216e 100644 --- a/src/components/AvailableVarsHelpers.tsx +++ b/src/components/AvailableVarsHelpers.tsx @@ -127,7 +127,7 @@ export const CreateNewVariable = ({ autoFocus={true} autoCapitalize="off" autoCorrect="off" - 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 ${ + 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 ${ !shouldCreateVariable ? 'opacity-50' : '' }`} value={newVariableName} diff --git a/src/components/CustomIcon.tsx b/src/components/CustomIcon.tsx index 49c0b3222..24f93c927 100644 --- a/src/components/CustomIcon.tsx +++ b/src/components/CustomIcon.tsx @@ -628,8 +628,8 @@ const CustomIconMap = { xmlns="http://www.w3.org/2000/svg" > diff --git a/src/components/ModelingSidebar/ModelingPane.module.css b/src/components/ModelingSidebar/ModelingPane.module.css index 1458ce290..201a02d4a 100644 --- a/src/components/ModelingSidebar/ModelingPane.module.css +++ b/src/components/ModelingSidebar/ModelingPane.module.css @@ -18,7 +18,7 @@ .header { @apply z-10 relative rounded-tr; @apply flex h-[41px] items-center justify-between gap-2 px-2; - @apply font-mono text-xs font-bold select-none text-chalkboard-90; + @apply text-xs select-none text-chalkboard-90; @apply bg-chalkboard-10 border-b border-chalkboard-30; } diff --git a/src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css b/src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css index 7c23bade9..c6771f93f 100644 --- a/src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css +++ b/src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css @@ -1,6 +1,6 @@ .button { @apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm; - @apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90; + @apply !no-underline text-xs select-none text-chalkboard-90; @apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit; @apply transition-colors ease-out; @apply m-0;