diff --git a/packages/ui-toolkit/src/base/global.js b/packages/ui-toolkit/src/base/global.js index 7586c71e..fa4de3b6 100644 --- a/packages/ui-toolkit/src/base/global.js +++ b/packages/ui-toolkit/src/base/global.js @@ -26,6 +26,7 @@ export default ({ theme }) => css` padding: 0; background: ${theme.background}; color: ${theme.text}; + -webkit-font-smoothing: antialiased; } html,