feat: updated placement num styling
This commit is contained in:
@@ -189,6 +189,7 @@ class _MatchResultViewState extends State<MatchResultView> {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
|
// Placement indicators
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(right: 8.0),
|
padding: const EdgeInsets.only(right: 8.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -199,16 +200,13 @@ class _MatchResultViewState extends State<MatchResultView> {
|
|||||||
height: 60,
|
height: 60,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: CustomTheme.primaryColor,
|
color: CustomTheme.boxBorderColor,
|
||||||
border: Border.all(
|
|
||||||
color: CustomTheme.primaryColor,
|
|
||||||
),
|
|
||||||
borderRadius: CustomTheme
|
borderRadius: CustomTheme
|
||||||
.standardBorderRadiusAll,
|
.standardBorderRadiusAll,
|
||||||
),
|
),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
height: 50,
|
height: 50,
|
||||||
width: 41,
|
width: 50,
|
||||||
child: Text(
|
child: Text(
|
||||||
' #${i + 1} ',
|
' #${i + 1} ',
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
@@ -222,6 +220,8 @@ class _MatchResultViewState extends State<MatchResultView> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
// Drag list
|
||||||
Expanded(
|
Expanded(
|
||||||
child: ReorderableListView.builder(
|
child: ReorderableListView.builder(
|
||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
|
|||||||
Reference in New Issue
Block a user