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';