Skip to content

Commit

Permalink
format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Oct 12, 2024
1 parent 65e82fc commit 1cdc237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/MemoryModelsUserInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function MemoryModelsTextInput(props: MemoryModelsTextInputPropTypes) {
variant="outlined"
value={props.textData}
onChange={handleTextFieldChange}
slotProps={{ input: { style: { fontFamily: "monospace" } } }} // todo: change colour attribute
slotProps={{ input: { style: { fontFamily: "monospace" } } }}
/>
);
}
Expand Down

0 comments on commit 1cdc237

Please sign in to comment.