From ea74c7a3b05ed43e1ec69aee1319145c06031d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 10 Mar 2022 12:09:33 +0100 Subject: [PATCH] tweak changeset --- .changeset/green-dingos-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/green-dingos-design.md b/.changeset/green-dingos-design.md index 1c695f8a7..4483f7a0e 100644 --- a/.changeset/green-dingos-design.md +++ b/.changeset/green-dingos-design.md @@ -2,4 +2,4 @@ '@emotion/react': patch --- -Change Global component to construct custom StyleSheet constructor. This is useful when cache.sheet is not the default implementation +Change `Global` component to use the `StyleSheet` constructor of the current `cache.sheet`. This is useful when `cache.sheet` is not the default implementation. Thanks to that the inner sheet constructed by `Global` can share the behavior with its "main" sheet that is hold by the `cache`.