M3 Overhaul
This commit is contained in:
@@ -105,7 +105,7 @@ class _ProfileScreenState extends ConsumerState<ProfileScreen> {
|
||||
const SizedBox(height: 12),
|
||||
Row(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
FilledButton(
|
||||
onPressed: _savingDetails ? null : _onSaveDetails,
|
||||
child: Text(
|
||||
_savingDetails ? 'Saving...' : 'Save details',
|
||||
@@ -176,7 +176,7 @@ class _ProfileScreenState extends ConsumerState<ProfileScreen> {
|
||||
const SizedBox(height: 12),
|
||||
Row(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
FilledButton(
|
||||
onPressed: _changingPassword
|
||||
? null
|
||||
: _onChangePassword,
|
||||
@@ -224,7 +224,7 @@ class _ProfileScreenState extends ConsumerState<ProfileScreen> {
|
||||
const SizedBox(height: 12),
|
||||
Row(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
FilledButton(
|
||||
onPressed: _savingOffices
|
||||
? null
|
||||
: _onSaveOffices,
|
||||
|
||||
Reference in New Issue
Block a user