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