feat(integration): ✨ Add webhooks
This commit is contained in:
@ -280,3 +280,9 @@ export const FilmIcon = (props: IconProps) => (
|
||||
<line x1="17" y1="7" x2="22" y2="7"></line>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const WebhookIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
|
||||
</Icon>
|
||||
)
|
||||
|
9
apps/builder/assets/styles/codeMirror.css
Normal file
9
apps/builder/assets/styles/codeMirror.css
Normal file
@ -0,0 +1,9 @@
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
outline: 0px solid transparent !important;
|
||||
}
|
||||
|
||||
.cm-scroller {
|
||||
border-radius: 5px;
|
||||
border: 1px solid #e5e7eb;
|
||||
}
|
Reference in New Issue
Block a user