diff --git a/src/components/assets/styles/variables.ts b/src/components/assets/styles/variables.ts index 66f98f8..38f4c3e 100644 --- a/src/components/assets/styles/variables.ts +++ b/src/components/assets/styles/variables.ts @@ -5,7 +5,6 @@ const nodeGreen = { nodeGreenBoxShadow: '0 0.25rem 0.625rem -0.25rem rgba(102, 157, 102, 0.3)', }; - const vars = { fontFamily: 'Inter, sans-serif', primaryBg: '#f1f1f1', diff --git a/src/theme.ts b/src/theme.ts index b743c0d..9488af3 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -1,5 +1,5 @@ import vars from './components/assets/styles/variables'; -import MI from "./components/assets/svg/mechanism-yellow.svg"; +import MI from './components/assets/svg/mechanism-yellow.svg'; type ThemeVars = { [key: string]: any; @@ -97,7 +97,9 @@ const applicationTheme = (params: ThemeVars) => { } .primary-node .primary-node_header img { - background: "url(data:image/svg+xml;base64,${new Buffer(MI).toString('base64')})"; + background: "url(data:image/svg+xml;base64,${new Buffer( + MI + ).toString('base64')})"; } .primary-node p {