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:
parent
9fc5d628b0
commit
838c85c5f2
@ -168,8 +168,8 @@ class PasswordTextField extends StatelessWidget {
|
||||
return RoundedInputField(
|
||||
obscureText: true,
|
||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||
obscureIcon: svg("home/Hide"),
|
||||
obscureHideIcon: svg("home/Show"),
|
||||
obscureIcon: svg("home/hide"),
|
||||
obscureHideIcon: svg("home/show"),
|
||||
hintText: 'Password',
|
||||
normalBorderColor: theme.shader4,
|
||||
highlightBorderColor: theme.red,
|
||||
|
@ -132,8 +132,8 @@ class PasswordTextField extends StatelessWidget {
|
||||
builder: (context, state) {
|
||||
return RoundedInputField(
|
||||
obscureText: true,
|
||||
obscureIcon: svg("home/Hide"),
|
||||
obscureHideIcon: svg("home/Show"),
|
||||
obscureIcon: svg("home/hide"),
|
||||
obscureHideIcon: svg("home/show"),
|
||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||
hintText: "Password",
|
||||
normalBorderColor: theme.shader4,
|
||||
@ -160,8 +160,8 @@ class RepeatPasswordTextField extends StatelessWidget {
|
||||
builder: (context, state) {
|
||||
return RoundedInputField(
|
||||
obscureText: true,
|
||||
obscureIcon: svg("home/Hide"),
|
||||
obscureHideIcon: svg("home/Show"),
|
||||
obscureIcon: svg("home/hide"),
|
||||
obscureHideIcon: svg("home/show"),
|
||||
style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500),
|
||||
hintText: "Repeate password",
|
||||
normalBorderColor: theme.shader4,
|
||||
|
Loading…
Reference in New Issue
Block a user