From 8a5b96313ad249b5e95957a069fe0652cb19c1b2 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 11 Feb 2019 18:18:35 +0000 Subject: [PATCH] Remove light theme, mark dharma primary --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index d0711eaf40..7af8cebe86 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,9 +16,8 @@ module.exports = { "mobileguide": "./src/vector/mobile_guide/index.js", // CSS themes - //"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss", - //"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss", "theme-dharma": "./node_modules/matrix-react-sdk/res/themes/dharma/css/dharma.scss", + //"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss", //"theme-status": "./res/themes/status/css/status.scss", }, module: {