From 3be54e441f2a1c27feb9806daef384bfec98789a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Jaeger=20Foresti?= <60678893+juliajforesti@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:53:42 -0300 Subject: [PATCH] fix: custom-css injection (#30716) --- .changeset/cuddly-ties-run.md | 5 +++++ apps/meteor/app/ui-master/server/index.js | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changeset/cuddly-ties-run.md diff --git a/.changeset/cuddly-ties-run.md b/.changeset/cuddly-ties-run.md new file mode 100644 index 0000000000000..cb3873899841e --- /dev/null +++ b/.changeset/cuddly-ties-run.md @@ -0,0 +1,5 @@ +--- +'@rocket.chat/meteor': patch +--- + +fix: custom-css injection diff --git a/apps/meteor/app/ui-master/server/index.js b/apps/meteor/app/ui-master/server/index.js index f9e335451d746..34a9618d2db62 100644 --- a/apps/meteor/app/ui-master/server/index.js +++ b/apps/meteor/app/ui-master/server/index.js @@ -120,8 +120,6 @@ Meteor.startup(() => { })(__meteor_runtime_config__.ROOT_URL_PATH_PREFIX); injectIntoHead('base', ``); - - injectIntoHead('css-theme', ''); }); const renderDynamicCssList = withDebouncing({ wait: 500 })(async () => {