feat(ui_kit): update example by removing adaptative theme

This commit is contained in:
2023-04-28 14:04:15 +02:00
parent 4097a420c8
commit a024b7e70a
11 changed files with 184 additions and 101 deletions
@@ -40,7 +40,7 @@ class SkillCards extends StatelessWidget {
padding: const EdgeInsets.all(15),
decoration: BoxDecoration(
shape: BoxShape.circle,
color: Colors.white.withOpacity(0.04),
color: Colors.grey.withOpacity(0.1),
),
child: GradientIcon(
icon: Icons.ac_unit_sharp,
@@ -71,7 +71,7 @@ class SkillCards extends StatelessWidget {
padding: const EdgeInsets.all(15),
decoration: BoxDecoration(
shape: BoxShape.circle,
color: Colors.white.withOpacity(0.04),
color: Colors.grey.withOpacity(0.1),
),
child: GradientIcon(
icon: Icons.ac_unit_sharp,