idle
This commit is contained in:
@@ -154,7 +154,7 @@ class _LoginFormState extends State<LoginForm> {
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
_isSignup ? 'create account' : 'sign in',
|
||||
_isSignup ? 'Create Account' : 'Sign In',
|
||||
style: const TextStyle(
|
||||
fontSize: 24,
|
||||
color: AppTheme.primaryText,
|
||||
|
||||
@@ -515,7 +515,7 @@ class _OrganizationSettingsDialogState
|
||||
controller: usernameController,
|
||||
cursorColor: AppTheme.accentColor,
|
||||
decoration: InputDecoration(
|
||||
hintText: 'Username',
|
||||
hintText: 'username',
|
||||
hintStyle: TextStyle(color: AppTheme.secondaryText),
|
||||
contentPadding: const EdgeInsets.all(12),
|
||||
border: OutlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user