We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138f358 commit 0cef90dCopy full SHA for 0cef90d
lib/features/dashboard/widgets/project_card.dart
@@ -85,7 +85,7 @@ class ProjectCard extends StatelessWidget {
85
? Color.fromRGBO(48, 48, 48, 1)
86
: Color.fromRGBO(255, 255, 255, 1),
87
borderRadius: BorderRadius.circular(12.r),
88
- border: BoxBorder.all(
+ border: Border.all(
89
color:
90
su.isDark
91
? Color.fromRGBO(75, 75, 75, 1)
0 commit comments