Skip to content

Commit

Permalink
Return Color CRE separation (more suitable color this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Jul 15, 2023
1 parent b5ec17d commit 8241d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const DocumentNode: FunctionComponent<DocumentNode> = ({
let lastDocumentName = sortedResults[0].document.name;
return (
<div className="document-node__link-type-container" key={type}>
{idx > 0 && <hr style={{ backgroundColor: 'transparent', border: 'none' }} />}
{idx > 0 && <hr style={{borderColor: "rgba(34,36,38,.15)"}} />}
<div>
<b>Which {getDocumentTypeText(type, links[0].document.doctype)}</b>:
{/* Risk here of mixed doctype in here causing odd output */}
Expand Down

0 comments on commit 8241d87

Please sign in to comment.