From 105662d2331d9b2f0b10ffdad7df72639a8e4f66 Mon Sep 17 00:00:00 2001 From: Heather0K Date: Fri, 22 Mar 2024 16:42:55 +0000 Subject: [PATCH] theme colours for IDA-1124 --- src/themes/ida-theme.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/themes/ida-theme.ts b/src/themes/ida-theme.ts index 2f77372..d876786 100644 --- a/src/themes/ida-theme.ts +++ b/src/themes/ida-theme.ts @@ -5,6 +5,7 @@ const theme: MadocTheme = { header: { headerBackground: '#002d4b', headerText: 'white', + searchBorder: '#B1E0FF', }, footer: { background: '#002d4b', @@ -14,6 +15,10 @@ const theme: MadocTheme = { fonts: { fontFamily: "'IBM Plex Sans', sans-serif", }, + accent: { + primary: '#B1E0FF', + secondary: '#B1E0FF', + } }, header: 'dark', fonts: 'default',