我有这个MudBlazor组件:
<MudTextField @bind-Value="@_presentationSettingsServiceRequest.PostCode" Class="my-2" Variant="Variant.Outlined" AutoFocus="false" Style="color: #333333;"/>
我想使用类似的API添加字体,比如Typo="Typo.subtitle1“,但是我什么也找不到。
有什么想法吗?
发布于 2022-05-13 22:27:45
您可以使用主题设置输入参数。
请看这个:https://mudblazor.com/customization/typography#change-default-font
https://stackoverflow.com/questions/71679507
复制相似问题