From 34d4733e8e6a70519afb0dd835ea49d20af1e30f Mon Sep 17 00:00:00 2001 From: zanivan Date: Mon, 27 Nov 2023 14:28:21 -0300 Subject: [PATCH] add fontWeight: '600' to all tabs --- .../templates/profile-dashboard/components/MyProfile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data/joy/getting-started/templates/profile-dashboard/components/MyProfile.tsx b/docs/data/joy/getting-started/templates/profile-dashboard/components/MyProfile.tsx index eb0f721db0f0e1..1b460a3894a5d3 100644 --- a/docs/data/joy/getting-started/templates/profile-dashboard/components/MyProfile.tsx +++ b/docs/data/joy/getting-started/templates/profile-dashboard/components/MyProfile.tsx @@ -115,6 +115,7 @@ export default function MyProfile() { }, justifyContent: 'left', [`&& .${tabClasses.root}`]: { + fontWeight: '600', flex: 'initial', bgcolor: 'transparent', [`&.${tabClasses.selected}`]: {