💄 Update the stellar program colors

This commit is contained in:
2025-07-24 02:32:52 +08:00
parent 903cade296
commit 8854305e99
3 changed files with 5 additions and 5 deletions

View File

@@ -432,7 +432,7 @@ class LevelingScreen extends HookConsumerWidget {
'id': 'solian.stellar.nova',
'name': 'membershipTierNova'.tr(),
'price': 'membershipPriceNova'.tr(),
'color': Colors.indigo,
'color': Color.fromRGBO(57, 197, 187, 1),
},
{
'id': 'solian.stellar.supernova',

View File

@@ -94,7 +94,7 @@ class AccountSettingsScreen extends HookConsumerWidget {
final userInfo = ref.read(userInfoProvider);
final client = ref.read(apiClientProvider);
await client.post(
'/accounts/recovery/password',
'/id/accounts/recovery/password',
data: {'account': userInfo.value!.name, 'captcha_token': captchaTk},
);
if (context.mounted) {