From 14241efdf9ccf51c1a3e84063818d887659694fc Mon Sep 17 00:00:00 2001 From: Kailous Date: Tue, 5 Jul 2022 01:37:09 +0800 Subject: [PATCH] ceshi --- pages/like-button/[namespace]/[id].js | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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', + }, +};