rfp and v5 fixes

This commit is contained in:
Kima
2024-02-09 23:37:35 +01:00
parent dee6a13b1c
commit 4b2b90be8e
5 changed files with 63 additions and 42 deletions

View File

@@ -42,7 +42,8 @@ class PlusPlanCard extends StatelessWidget {
borderRadius: borderRadius!,
),
shadowColor: Colors.transparent,
surfaceTintColor: Theme.of(context).colorScheme.background,
surfaceTintColor: Colors.white,
color: Colors.white,
child: Padding(
padding: const EdgeInsets.only(
top: 18.0, bottom: 16.0, left: 22.0, right: 18.0),