Files
formbricks/packages/ui/components/editor/ExampleTheme.ts
Matti Nannt 60f7103198 Revert & gradually use updated files (#280)
* revert to last working version

* add updated ui components

* update formbricks-com components

* apply prettier formatting

* update apps/web files
2023-05-10 00:20:43 +02:00

25 lines
528 B
TypeScript

const exampleTheme = {
placeholder: "fb-editor-placeholder",
paragraph: "fb-editor-paragraph",
heading: {
h1: "fb-editor-heading-h1",
h2: "fb-editor-heading-h2",
},
list: {
nested: {
listitem: "fb-editor-nested-listitem",
},
ol: "fb-editor-list-ol",
ul: "fb-editor-list-ul",
listitem: "fb-editor-listitem",
},
image: "fb-editor-image",
link: "fb-editor-link",
text: {
bold: "fb-editor-text-bold",
italic: "fb-editor-text-italic",
},
};
export default exampleTheme;