new macos folder

This commit is contained in:
Junyuan Feng
2022-12-04 21:42:48 +08:00
parent ca17af30cf
commit 62a1122174
50 changed files with 158 additions and 257 deletions

View File

@@ -41,7 +41,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text(s.edit, style: size18), actions: [
appBar: AppBar(title: Text(s.edit, style: textSize18), actions: [
widget.snippet != null
? IconButton(
onPressed: () {

View File

@@ -39,7 +39,7 @@ class _SnippetListPageState extends State<SnippetListPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(s.snippet, style: size18),
title: Text(s.snippet, style: textSize18),
),
body: _buildBody(),
floatingActionButton: FloatingActionButton(