Przeglądaj źródła

PR review fixes

Anatoly Pulyaevskiy 6 lat temu
rodzic
commit
8b74ded1db

+ 2
- 1
packages/zefyr/CHANGELOG.md Wyświetl plik

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 Wyświetl plik

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