From fb56dbedf8a1545a62b3659f206b638e099153b2 Mon Sep 17 00:00:00 2001 From: "Serhii.Tsybulskyi" Date: Mon, 29 Jul 2024 13:43:02 +0300 Subject: [PATCH] update TW config --- src/templates.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/templates.ts b/src/templates.ts index 86d8ea1..065a8a0 100644 --- a/src/templates.ts +++ b/src/templates.ts @@ -109,8 +109,14 @@ export const THEME = `{ level3: colorPalette.gray[900], level4: colorPalette.gray[800], }, - panel: colorPalette['black-pearl'], - surface: colorPalette['charade'], + panel: { + DEFAULT: colorPalette['black-pearl'], + accent: colorPalette['charade'] + }, + surface: { + DEFAULT: colorPalette['charade'], + accent: colorPalette.blue[500] + }, typography: { DEFAULT: colorPalette['athens-gray'], },