Commit d9cb642b authored by 林生雨's avatar 林生雨

w

parent fc13ae98
...@@ -547,7 +547,7 @@ Widget baseSliverTitle(String text, double width, LiveData liveData) { ...@@ -547,7 +547,7 @@ Widget baseSliverTitle(String text, double width, LiveData liveData) {
child: Container( child: Container(
alignment: Alignment.center, alignment: Alignment.center,
width: width, width: width,
child: baseText(text, 16, Color(0xff333333)), child: baseText(text, 18, Color(0xff333333)),
), ),
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment