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 631e117 commit 48f79b6Copy full SHA for 48f79b6
mobile-app/lib/ui/views/learn/challenge/challenge_view.dart
@@ -114,6 +114,14 @@ class ChallengeView extends StatelessWidget {
114
);
115
}
116
})(),
117
+ bottom: const PreferredSize(
118
+ preferredSize: Size.fromHeight(1.0),
119
+ child: Divider(
120
+ height: 1,
121
+ thickness: 1,
122
+ color: FccColors.gray45,
123
+ ),
124
125
126
127
@@ -143,7 +151,7 @@ class ChallengeView extends StatelessWidget {
143
151
return Container(
144
152
decoration: const BoxDecoration(
145
153
border: Border(
146
- top: BorderSide(color: Colors.white70),
154
+ top: BorderSide(color: FccColors.gray45),
147
155
),
148
156
149
157
padding: EdgeInsets.only(
0 commit comments