Skip to content

Commit

Permalink
chore(concept):[#322] adjusted fontfamiliy because of readabiliy reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Jan 18, 2024
1 parent 50d115b commit 4d9262d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ IRS transfers assets and collects contractAgreementId for asset
````mermaid
sequenceDiagram
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px', 'fontFamily': 'Architects daughter'}}}%%
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px'}}}%%
autonumber
SubmodelDelegate ->> EdcSubmodelFacade : getEndpointReferenceForAsset
EdcSubmodelFacade ->> EdcSubmodelClientImpl: getEndpointReferenceForAsset
Expand Down Expand Up @@ -119,7 +119,7 @@ sequenceDiagram
````mermaid
sequenceDiagram
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px', 'fontFamily': 'Architects daughter'}}}%%
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px'}}}%%
autonumber
IRS ->> SubmodelDelegate : process
SubmodelDelegate ->> SubmodelDelegate : getSubmodels
Expand Down Expand Up @@ -167,7 +167,7 @@ In ContractNegotiationService startNewNegotiation if policy is not valid the pol
````mermaid
sequenceDiagram
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px', 'fontFamily': 'Architects daughter'}}}%%
%%{init: {'theme': 'dark', 'themeVariables': { 'fontSize': '15px'}}}%%
autonumber
ContractNegotiationService ->> ContractNegotiationService : startNewNegotiation
ContractNegotiationService ->> PolicyCheckerService : isValid
Expand Down

0 comments on commit 4d9262d

Please sign in to comment.