diff --git a/binderhub/static/js/components/BuilderLauncher.jsx b/binderhub/static/js/components/BuilderLauncher.jsx index 5fc724ba8..b8ba9e87b 100644 --- a/binderhub/static/js/components/BuilderLauncher.jsx +++ b/binderhub/static/js/components/BuilderLauncher.jsx @@ -221,7 +221,7 @@ export function BuilderLauncher({ setup(); }, [isLaunching]); return ( -
+
-
+

Build and launch a repository

{selectedProvider.repo.label} diff --git a/binderhub/static/js/components/Progress.jsx b/binderhub/static/js/components/Progress.jsx index d5896f79f..14a36a75c 100644 --- a/binderhub/static/js/components/Progress.jsx +++ b/binderhub/static/js/components/Progress.jsx @@ -60,9 +60,9 @@ progressDisplay[PROGRESS_STATES.FAILED] = { export function Progress({ progressState }) { return (
{progressState === null ? "" diff --git a/binderhub/static/js/index.scss b/binderhub/static/js/index.scss index c6e0784d7..2149d5147 100644 --- a/binderhub/static/js/index.scss +++ b/binderhub/static/js/index.scss @@ -56,4 +56,8 @@ a { margin-bottom: 100px; } +.bg-custom-dark { + background-color: rgb(235, 236, 237); +} + @import "bootstrap-icons/font/bootstrap-icons.css";