first commit
This commit is contained in:
25
calcom/packages/ui/components/editor/ExampleTheme.ts
Normal file
25
calcom/packages/ui/components/editor/ExampleTheme.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
const exampleTheme = {
|
||||
placeholder: "editor-placeholder",
|
||||
paragraph: "editor-paragraph",
|
||||
heading: {
|
||||
h1: "editor-heading-h1",
|
||||
h2: "editor-heading-h2",
|
||||
h6: "editor-heading-h6",
|
||||
},
|
||||
list: {
|
||||
nested: {
|
||||
listitem: "editor-nested-listitem",
|
||||
},
|
||||
ol: "editor-list-ol",
|
||||
ul: "editor-list-ul",
|
||||
listitem: "editor-listitem",
|
||||
},
|
||||
image: "editor-image",
|
||||
link: "editor-link",
|
||||
text: {
|
||||
bold: "editor-text-bold",
|
||||
italic: "editor-text-italic",
|
||||
},
|
||||
};
|
||||
|
||||
export default exampleTheme;
|
||||
Reference in New Issue
Block a user