Browse Source

PR review fixes

Anatoly Pulyaevskiy 6 years ago
parent
commit
8b74ded1db
2 changed files with 2 additions and 2 deletions
  1. 2
    1
      packages/zefyr/CHANGELOG.md
  2. 0
    1
      packages/zefyr/example/lib/src/full_page.dart

+ 2
- 1
packages/zefyr/CHANGELOG.md View File

@@ -1,6 +1,7 @@
1
-## Unreleased
1
+## 0.3.1
2 2
 
3 3
 - Fixed autofocus not being triggered when set to `true` for the first time.
4
+- Allow customizing cursor color via ZefyrTheme.
4 5
 
5 6
 ## 0.3.0
6 7
 

+ 0
- 1
packages/zefyr/example/lib/src/full_page.dart View File

@@ -49,7 +49,6 @@ class _FullPageEditorScreenState extends State<FullPageEditorScreen> {
49 49
         toggleColor: Colors.grey.shade900,
50 50
         iconColor: Colors.white,
51 51
         disabledIconColor: Colors.grey.shade500,
52
-
53 52
       ),
54 53
     );
55 54