diff --git a/frontend/feat/feature-flags.json b/frontend/feat/feature-flags.json index 1a24598dc3b..296616d1d6f 100644 --- a/frontend/feat/feature-flags.json +++ b/frontend/feat/feature-flags.json @@ -34,7 +34,7 @@ "dark_mode_ui_toggle": { "status": { "staging": "switchable", - "production": "disabled" + "production": "enabled" }, "defaultState": "on", "description": "Display the UI toggle to change the site color theme and respect system preferences.", diff --git a/frontend/src/components/VFeatureNotice/VDarkModeFeatureNotice.vue b/frontend/src/components/VFeatureNotice/VDarkModeFeatureNotice.vue index 782cd02e6bb..2533a6d5c29 100644 --- a/frontend/src/components/VFeatureNotice/VDarkModeFeatureNotice.vue +++ b/frontend/src/components/VFeatureNotice/VDarkModeFeatureNotice.vue @@ -11,9 +11,8 @@ const handleClick = () => {