File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments