Skip to content

Commit 0cef90d

Browse files
committed
build problem
1 parent 138f358 commit 0cef90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/dashboard/widgets/project_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ProjectCard extends StatelessWidget {
8585
? Color.fromRGBO(48, 48, 48, 1)
8686
: Color.fromRGBO(255, 255, 255, 1),
8787
borderRadius: BorderRadius.circular(12.r),
88-
border: BoxBorder.all(
88+
border: Border.all(
8989
color:
9090
su.isDark
9191
? Color.fromRGBO(75, 75, 75, 1)

0 commit comments

Comments
 (0)