From 2bb4d30d6c25c469f7100586a393c247f9308942 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Thu, 27 Jan 2022 20:26:34 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Olivier Tassinari --- docs/pages/blog/callback-support-in-style-overrides.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/blog/callback-support-in-style-overrides.md b/docs/pages/blog/callback-support-in-style-overrides.md index 9563c9bc6bb5a2..71ab39ae09cc9d 100644 --- a/docs/pages/blog/callback-support-in-style-overrides.md +++ b/docs/pages/blog/callback-support-in-style-overrides.md @@ -1,15 +1,15 @@ --- title: Introducing callback support in style overrides description: We're excited to introduce callback support for global theme overrides in this minor version update! -date: 2022-01-20T00:00:00.000Z +date: 2022-01-31T00:00:00.000Z authors: ['siriwatknp'] tags: ['MUI Core', 'News'] card: false --- -MUI Core [v5.3.0](https://github.com/mui-org/material-ui/releases/tag/v5.3.0) introduces the ability to write a callback in style overrides (global theming), giving you full control of component customization at the theme level. +[MUI Core v5.3.0](https://github.com/mui-org/material-ui/releases/tag/v5.3.0) introduces the ability to write a callback in style overrides (global theming), giving you full control of component customization at the theme level. -Why is using a callback better than the existing plain object? Let me explain from the beginning... +Why is using a callback better than the existing plain object? Let me explain from the beginning ## The problems