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

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

49
         toggleColor: Colors.grey.shade900,
49
         toggleColor: Colors.grey.shade900,
50
         iconColor: Colors.white,
50
         iconColor: Colors.white,
51
         disabledIconColor: Colors.grey.shade500,
51
         disabledIconColor: Colors.grey.shade500,
52
-
53
       ),
52
       ),
54
     );
53
     );
55
 
54