From 681366e9909e65ab4c5fc4ebe96fefcdcef1a3ee Mon Sep 17 00:00:00 2001 From: shawly Date: Fri, 10 Feb 2023 20:25:15 +0100 Subject: [PATCH] Add dark-theme-support Fixes #610 --- Makefile | 2 +- src/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec04280..27841ad 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 33639ff7015841747032b4158cebd4a3b3f36333 # 273 +COCKPIT_REPO_COMMIT = bc5ea7cc137ffc2f4de23976ac3893896a837c0d # 285 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' diff --git a/src/index.js b/src/index.js index 2d90d61..f440812 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,7 @@ * along with Cockpit; If not, see . */ +import "cockpit-dark-theme"; import "patternfly/patternfly-4-cockpit.scss"; import React from 'react';