mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-04 21:04:12 +01:00
Add default class support
This commit is contained in:
@@ -86,7 +86,7 @@ export const addClass = function (_id: string) {
|
||||
label: name,
|
||||
text: `${name}${type ? `<${type}>` : ''}`,
|
||||
shape: 'classBox',
|
||||
cssClasses: [],
|
||||
cssClasses: ['default'],
|
||||
methods: [],
|
||||
members: [],
|
||||
annotations: [],
|
||||
|
||||
Reference in New Issue
Block a user