Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
mnajdova and danilo-leal authored Nov 21, 2022
1 parent 702bf5e commit 0c1f512
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/mui-material-next/src/styles/typescale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ const mdSysTypescale = {
small: {
family: 'Roboto',
weight: '500',
tracking: 0.5,
},
medium: {
family: 'Roboto',
weight: '500',
tracking: 0.5,
},
large: {
family: 'Roboto',
Expand All @@ -20,24 +22,29 @@ const mdSysTypescale = {
small: {
family: 'Roboto',
weight: '400',
tracking: 0.4,
},
medium: {
family: 'Roboto',
weight: '400',
tracking: 0.25,
},
large: {
family: 'Roboto',
weight: '400',
tracking: 0.15,
},
},
title: {
small: {
family: 'Roboto',
weight: '500',
tracking: 0.1,
},
medium: {
family: 'Roboto',
weight: '500',
tracking: 0.15,
},
large: {
family: 'Roboto',
Expand Down

0 comments on commit 0c1f512

Please sign in to comment.