From 7c44a160a0d6334d0050ca367a549115ad13cb7e Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 7 Jan 2025 15:35:48 +0530 Subject: [PATCH] Comment --- web/packages/shared/themes/index.ts | 2 ++ web/packages/shared/themes/typography.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/packages/shared/themes/index.ts b/web/packages/shared/themes/index.ts index 380da0f82c..80a4c6fe3e 100644 --- a/web/packages/shared/themes/index.ts +++ b/web/packages/shared/themes/index.ts @@ -18,9 +18,11 @@ export const getTheme = ( typography, components, shape: { + // Increase the default border radius mulitplier from 4 to 8. borderRadius: 8, }, transitions: { + // Increase the default transition out duration from 195 to 300. duration: { leavingScreen: 300 }, }, }); diff --git a/web/packages/shared/themes/typography.ts b/web/packages/shared/themes/typography.ts index 4d18800230..ca5e4903ea 100644 --- a/web/packages/shared/themes/typography.ts +++ b/web/packages/shared/themes/typography.ts @@ -30,7 +30,7 @@ export const typography: TypographyOptions = { }, // h6 is the default variant used by MUI's DialogTitle. h6: { - // The font size and line height belows is the same as large. + // The font size and line height below is the same as large. fontSize: "18px", lineHeight: "22px", // See: [Note: Bold headings]