@@ -25,7 +25,7 @@ public static MudTheme ApplicationTheme()
2525 Background = "#f5f5f5" ,
2626 Surface = "#ffffff" ,
2727 DrawerBackground = "#ffffff" ,
28- TextPrimary = "#2E2E2E " ,
28+ TextPrimary = "#000000 " ,
2929 TextSecondary = "#111" ,
3030 SecondaryContrastText = "#F5F5F5" ,
3131 TextDisabled = "#B0B0B0" ,
@@ -97,42 +97,36 @@ public static MudTheme ApplicationTheme()
9797 FontSize = "2.25rem" ,
9898 FontWeight = "700" ,
9999 LineHeight = "2.5" ,
100- LetterSpacing = "-0.02em"
101100 } ,
102101 H2 = new H2Typography
103102 {
104103 FontSize = "1.875rem" ,
105104 FontWeight = "700" ,
106105 LineHeight = "2.25" ,
107- LetterSpacing = "0"
108106 } ,
109107 H3 = new H3Typography
110108 {
111109 FontSize = "1.5rem" ,
112110 FontWeight = "700" ,
113111 LineHeight = "2" ,
114- LetterSpacing = "0"
115112 } ,
116113 H4 = new H4Typography
117114 {
118115 FontSize = "1.25rem" ,
119116 FontWeight = "700" ,
120117 LineHeight = "1.75" ,
121- LetterSpacing = "0"
122118 } ,
123119 H5 = new H5Typography
124120 {
125121 FontSize = "1.125rem" ,
126- FontWeight = "500 " ,
122+ FontWeight = "600 " ,
127123 LineHeight = "1.75" ,
128- LetterSpacing = "0"
129124 } ,
130125 H6 = new H6Typography
131126 {
132127 FontSize = "1rem" ,
133- FontWeight = "500 " ,
128+ FontWeight = "600 " ,
134129 LineHeight = "1.5" ,
135- LetterSpacing = "0"
136130 } ,
137131 Button = new ButtonTypography
138132 {
@@ -145,45 +139,39 @@ public static MudTheme ApplicationTheme()
145139 Subtitle1 = new Subtitle1Typography
146140 {
147141 FontSize = ".875rem" ,
148- FontWeight = "400 " ,
142+ FontWeight = "500 " ,
149143 LineHeight = "1.5" ,
150144 LetterSpacing = "normal" ,
151- FontFamily = [ "Public Sans" , "Roboto" , "Arial" , "sans-serif" ]
152145 } ,
153146 Subtitle2 = new Subtitle2Typography
154147 {
155148 FontSize = ".8125rem" ,
156149 FontWeight = "500" ,
157150 LineHeight = "1.57" ,
158- LetterSpacing = ".00714em"
159151 } ,
160152 Body1 = new Body1Typography
161153 {
162154 FontSize = "0.8125rem" ,
163155 FontWeight = "400" ,
164156 LineHeight = "1.5" ,
165- LetterSpacing = ".00938em"
166157 } ,
167158 Body2 = new Body2Typography
168159 {
169160 FontSize = ".75rem" ,
170- FontWeight = "300" ,
171- LineHeight = "1.43" ,
172- LetterSpacing = ".01071em"
161+ FontWeight = "400" ,
162+ LineHeight = "1.4" ,
173163 } ,
174164 Caption = new CaptionTypography
175165 {
176166 FontSize = "0.625rem" ,
177167 FontWeight = "400" ,
178168 LineHeight = "1.5" ,
179- LetterSpacing = ".03333em"
180169 } ,
181170 Overline = new OverlineTypography
182171 {
183172 FontSize = "0.625rem" ,
184173 FontWeight = "300" ,
185174 LineHeight = "2" ,
186- LetterSpacing = ".08333em"
187175 }
188176 } ,
189177 Shadows = new Shadow
0 commit comments