feat(ui_kit): update example by removing adaptative theme
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user