From 49aee30dccde55e331b06232703dcd386efd72f3 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 28 Jul 2021 14:48:13 +0200 Subject: changed button colors a bit --- pages/_app.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'pages') diff --git a/pages/_app.tsx b/pages/_app.tsx index 8acf76b..aa0e428 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -104,6 +104,20 @@ function MyApp({ Component, pageProps }: AppProps) { shadows: { outline: '0 0 0 3px ' + borderColor, }, + components: { + Button: { + variants: { + outline: { + border: '2px solid', + borderColor: 'purple.500', + color: 'purple.500', + }, + ghost: { + color: 'purple.500', + }, + }, + }, + }, } }, [JSON.stringify(emacsTheme)]) -- cgit v1.2.3