Skip to content

Commit

Permalink
color change for satisfy requests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Mar 1, 2024
1 parent 8f0caac commit d541695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/plans/new/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ editing={false}/>
// allColumns.flat().flat().flat().filter(it => it.clauseOf).map(it => it.clauseOf.commitments.find(it => it.action.label == "transfer").resourceQuantity.hasNumericalValue).reduce((a, b) => new Decimal(a).add(b), 0)
// ).toFixed(2, Decimal.ROUND_HALF_UP).toString() -->
<h2 class="text-center text-xl font-semibold">Satisfy Requests</h2>
<div class="bg-blue-300 border border-gray-400 p-2" style="background-color: #CFBAAS;">
<div class="bg-blue-300 border border-gray-400 p-2" style="background-color: #EEEEEE;">
<!-- Sub-columns -->
<div class="">
<div>
Expand Down

0 comments on commit d541695

Please sign in to comment.