Skip to content

Commit

Permalink
demo: Use monospace font for JSON input box (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj authored Sep 21, 2024
1 parent 7f06b25 commit 568f09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 📚 Documentation and demo website changes

- Made text input box use a monospace font

### 🔧 Internal changes

## [0.3.2] - 2024-09-14
Expand Down
1 change: 1 addition & 0 deletions demo/src/MemoryModelsUserInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function MemoryModelsTextInput(props: MemoryModelsTextInputPropTypes) {
variant="outlined"
value={props.textData}
onChange={handleTextFieldChange}
slotProps={{ input: { style: { fontFamily: "monospace" } } }}
/>
);
}
Expand Down

0 comments on commit 568f09b

Please sign in to comment.