Skip to content

Commit

Permalink
feat: Make solver settings text bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Sep 6, 2024
1 parent a333fd5 commit 960608d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/solvers/Graph/ProblemDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export const ProblemDetails = (props: { problemDto: ProblemDto<any> }) => {
</Text>
{solver && (
<VStack width="100%" align="stretch">
<Text>Solver Settings:</Text>
<Text>
<b>Solver Settings:</b>{" "}
</Text>
<SettingsView
problemDto={props.problemDto}
settingsChanged={(settings) => {
Expand Down

0 comments on commit 960608d

Please sign in to comment.