mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
changed 2 references to HIde and Show into hide and show
This commit is contained in:
@ -168,8 +168,8 @@ class PasswordTextField extends StatelessWidget {
|
|||||||
return RoundedInputField(
|
return RoundedInputField(
|
||||||
obscureText: true,
|
obscureText: true,
|
||||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||||
obscureIcon: svg("home/Hide"),
|
obscureIcon: svg("home/hide"),
|
||||||
obscureHideIcon: svg("home/Show"),
|
obscureHideIcon: svg("home/show"),
|
||||||
hintText: 'Password',
|
hintText: 'Password',
|
||||||
normalBorderColor: theme.shader4,
|
normalBorderColor: theme.shader4,
|
||||||
highlightBorderColor: theme.red,
|
highlightBorderColor: theme.red,
|
||||||
|
@ -132,8 +132,8 @@ class PasswordTextField extends StatelessWidget {
|
|||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
return RoundedInputField(
|
return RoundedInputField(
|
||||||
obscureText: true,
|
obscureText: true,
|
||||||
obscureIcon: svg("home/Hide"),
|
obscureIcon: svg("home/hide"),
|
||||||
obscureHideIcon: svg("home/Show"),
|
obscureHideIcon: svg("home/show"),
|
||||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||||
hintText: "Password",
|
hintText: "Password",
|
||||||
normalBorderColor: theme.shader4,
|
normalBorderColor: theme.shader4,
|
||||||
@ -160,8 +160,8 @@ class RepeatPasswordTextField extends StatelessWidget {
|
|||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
return RoundedInputField(
|
return RoundedInputField(
|
||||||
obscureText: true,
|
obscureText: true,
|
||||||
obscureIcon: svg("home/Hide"),
|
obscureIcon: svg("home/hide"),
|
||||||
obscureHideIcon: svg("home/Show"),
|
obscureHideIcon: svg("home/show"),
|
||||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||||
hintText: "Repeate password",
|
hintText: "Repeate password",
|
||||||
normalBorderColor: theme.shader4,
|
normalBorderColor: theme.shader4,
|
||||||
|
Reference in New Issue
Block a user