From ecbd4cd9c72be19ced2e1de434a7ca38fbdde047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20M=C3=A9tral?= Date: Thu, 22 Sep 2022 18:14:17 +0200 Subject: [PATCH] Tweak changesets --- .changeset/old-cats-turn.md | 2 +- .changeset/slow-planets-behave.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/old-cats-turn.md b/.changeset/old-cats-turn.md index 2947507b61..39ae413eec 100644 --- a/.changeset/old-cats-turn.md +++ b/.changeset/old-cats-turn.md @@ -2,4 +2,4 @@ '@sumup/circuit-ui': major --- -Switched typography units for the `Badge` component to use rem units. Make sure that 1rem=16px in you app (the default rem value). +Switched typography units for the `Badge` component to use rem units. See [The Surprising Truth About Pixels and Accessibility](https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility/). diff --git a/.changeset/slow-planets-behave.md b/.changeset/slow-planets-behave.md index ac5fc44ea2..a362300d20 100644 --- a/.changeset/slow-planets-behave.md +++ b/.changeset/slow-planets-behave.md @@ -2,4 +2,4 @@ '@sumup/design-tokens': major --- -Switched to rem units for typography design tokens. Make sure that 1rem=16px in you app (the default rem value). +Switched to rem units for typography design tokens. Do not override the root font-size in your global styles. See [The Surprising Truth About Pixels and Accessibility](https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility/).