浏览代码

minor fix

/siyaoH-1.17-PlatformMessage
xingweizhu 4 年前
当前提交
0dbd34cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/material/text_theme.cs

2
com.unity.uiwidgets/Runtime/material/text_theme.cs


public override void debugFillProperties(DiagnosticPropertiesBuilder properties) {
base.debugFillProperties(properties);
TextTheme defaultTheme = new Typography().black;
TextTheme defaultTheme = Typography.create().black;
properties.add(new DiagnosticsProperty<TextStyle>("display4", headline1,
defaultValue: defaultTheme.display4));
properties.add(new DiagnosticsProperty<TextStyle>("display3", headline2,

正在加载...
取消
保存