From 0adad257c01c7cb0019a503fa5da0428187a66a2 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 25 Oct 2021 10:38:05 +0100 Subject: [PATCH] Build the high contrast theme into element-web (#19477) --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 27d32f7fa3..97772ea0c9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,6 +20,8 @@ const cssThemes = { "theme-legacy-light": "./node_modules/matrix-react-sdk/res/themes/legacy-light/css/legacy-light.scss", "theme-legacy-dark": "./node_modules/matrix-react-sdk/res/themes/legacy-dark/css/legacy-dark.scss", "theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss", + "theme-light-high-contrast": + "./node_modules/matrix-react-sdk/res/themes/light-high-contrast/css/light-high-contrast.scss", "theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss", "theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss", "theme-dark-custom": "./node_modules/matrix-react-sdk/res/themes/dark-custom/css/dark-custom.scss",