feat: adopt material 3 theme and billing adjustments
This commit is contained in:
@@ -44,7 +44,7 @@ class AddSubscriptionSaveButton extends StatelessWidget {
|
||||
? null
|
||||
: () => controller.saveSubscription(setState: setState),
|
||||
isLoading: controller.isLoading,
|
||||
backgroundColor: const Color(0xFF3B82F6),
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user