Skip to content

Commit ce3a6ad

Browse files
authored
Revert "Remove all use of bold mono font" (KittyCAD#6394)
Revert "Remove all use of bold mono font (KittyCAD#6373)" This reverts commit 03c4121.
1 parent a20f420 commit ce3a6ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/components/AvailableVarsHelpers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const CreateNewVariable = ({
127127
autoFocus={true}
128128
autoCapitalize="off"
129129
autoCorrect="off"
130-
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 ${
130+
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 ${
131131
!shouldCreateVariable ? 'opacity-50' : ''
132132
}`}
133133
value={newVariableName}

src/components/CustomIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ const CustomIconMap = {
628628
xmlns="http://www.w3.org/2000/svg"
629629
>
630630
<path
631-
fillRule="evenodd"
632-
clipRule="evenodd"
631+
fill-rule="evenodd"
632+
clip-rule="evenodd"
633633
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"
634634
fill="currentColor"
635635
/>

src/components/ModelingSidebar/ModelingPane.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.header {
1919
@apply z-10 relative rounded-tr;
2020
@apply flex h-[41px] items-center justify-between gap-2 px-2;
21-
@apply text-xs select-none text-chalkboard-90;
21+
@apply font-mono text-xs font-bold select-none text-chalkboard-90;
2222
@apply bg-chalkboard-10 border-b border-chalkboard-30;
2323
}
2424

src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.button {
22
@apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm;
3-
@apply !no-underline text-xs select-none text-chalkboard-90;
3+
@apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
44
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
55
@apply transition-colors ease-out;
66
@apply m-0;

0 commit comments

Comments
 (0)