Skip to content

Commit

Permalink
fix: custom-css injection (#30716)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Oct 23, 2023
1 parent d26a61c commit 18ed36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-ties-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fix: custom-css injection
2 changes: 0 additions & 2 deletions apps/meteor/app/ui-master/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ Meteor.startup(() => {
})(__meteor_runtime_config__.ROOT_URL_PATH_PREFIX);

injectIntoHead('base', `<base href="${baseUrl}">`);

injectIntoHead('css-theme', '');
});

const renderDynamicCssList = withDebouncing({ wait: 500 })(async () => {
Expand Down

0 comments on commit 18ed36c

Please sign in to comment.