From ead07b9c4f81bcfb93e65ad597dd16d4ef2c4bd8 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 20 May 2021 11:43:02 +1000 Subject: [PATCH] GraphContent: inherit size, weight for links --- pkg/interface/src/stories/GraphContentTall.stories.tsx | 5 ++--- .../src/views/landscape/components/Graph/GraphContent.tsx | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/interface/src/stories/GraphContentTall.stories.tsx b/pkg/interface/src/stories/GraphContentTall.stories.tsx index 10d436e36..04a7cc2f7 100644 --- a/pkg/interface/src/stories/GraphContentTall.stories.tsx +++ b/pkg/interface/src/stories/GraphContentTall.stories.tsx @@ -37,8 +37,7 @@ export const Omnibus = Template.bind({}); Omnibus.args = { contents: [ { - text: ` -# Structure of Document + text: `# Structure of Document Document is organized by Symptom, Diagnosis and Mitigation. Symptoms are user-level difficulties, problems, etc. this section also includes the differential diagnosis (ie, is a ship unavailable because it’s down or because eyre is not responding). Diagnosis is the root cause of the symptom. Mitigation includes steps that can be taken to fix the user’s problem. It also will define who can take certain mitigation steps. @@ -46,7 +45,7 @@ There are presumed to be 3 roles of support: - **Kenny**: has normal web access but no GCP Permissions - **Jose**: Has GCP Permissions and can perform common procedures using the ylem tooling -## Second Heading +## Second Heading [and a link](https://urbit.org) This demonstration text includes an inline mention here `, diff --git a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx index d5a0937b2..e41127a7f 100644 --- a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx +++ b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx @@ -336,6 +336,8 @@ const renderers = { display="inline" href={props.url} borderBottom="1" + fontSize="inherit" + fontWeight="inherit" color="black" target="_blank" >