fix(editor): Restore pindata header colors (#3758)

* 🎨 Restore `color-secondary-tint` colors

* 🔥 Remove typing from JS file
This commit is contained in:
Iván Ovejero
2022-07-26 12:38:48 +02:00
committed by GitHub
parent deb510a8e0
commit 1a7318b4cf
2 changed files with 9 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ export default {
},
};
const template: StoryFn = (args, { argTypes }) => ({
const template = (args, { argTypes }) => ({
props: Object.keys(argTypes),
components: {
N8nLink,