diff --git a/pages/like-button/[namespace]/[id].js b/pages/like-button/[namespace]/[id].js index 5c417bb..817f5e5 100644 --- a/pages/like-button/[namespace]/[id].js +++ b/pages/like-button/[namespace]/[id].js @@ -7,3 +7,16 @@ export default function Button() { return ; } +const defaultTheme = { + colors: { + primary: '#22c1c3', + secondary: '#ff00c3', + background: 'transparent', + text: '#292929', + highlight: '#e095ed', + icon: '#292929', + }, + fonts: { + body: 'inherit', + }, +};