Skip to content

Commit 1ae7885

Browse files
committed
drop init theme vars from mmd's for GH-Action
1 parent 198c67a commit 1ae7885

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

diagrams/portals_flow.mmd

-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
%%{init: {
2-
'theme': 'base',
3-
'themeVariables': {
4-
'primaryColor': '#E0E7FF',
5-
'primaryTextColor': '#312E81',
6-
'primaryBorderColor': '#6366F1',
7-
'lineColor': '#818CF8',
8-
'secondaryColor': '#FEF3C7',
9-
'tertiaryColor': '#ECFDF5'
10-
}
11-
}}%%
12-
131
graph TD
142
%% nodes with styles
153
raw([raw data]):::source

diagrams/portals_metadata.mmd

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
%%{init: {
2-
'theme': 'base',
3-
'themeVariables': {
4-
'primaryColor': '#E0E7FF',
5-
'primaryTextColor': '#312E81',
6-
'primaryBorderColor': '#6366F1',
7-
'lineColor': '#818CF8',
8-
'secondaryColor': '#FEF3C7',
9-
'tertiaryColor': '#ECFDF5'
10-
}
11-
}}%%
121
graph LR
132
subgraph inputs[Data & Metadata]
143
data([data.csv]):::source

0 commit comments

Comments
 (0)