Remove dark styles for now
They don't work because stuff like "white on white" happens, so we'll do them all properly later.
This commit is contained in:
parent
9a62cf3fc8
commit
bfdf693854
1 changed files with 6 additions and 6 deletions
|
@ -29,19 +29,19 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<div class="flex justify-between mb-1">
|
<div class="flex justify-between mb-1">
|
||||||
<span class="text-base font-medium text-orange-700 dark:text-white">{{progress_rupees}} rupees</span>
|
<span class="text-base font-medium text-orange-700">{{progress_rupees}} rupees</span>
|
||||||
<span class="text-sm font-medium text-orange-700 dark:text-white">Goal: ₹{{goal_rupees}}</span>
|
<span class="text-sm font-medium text-orange-700">Goal: ₹{{goal_rupees}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700">
|
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
||||||
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_rupees|raw}}></div>
|
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_rupees|raw}}></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="flex justify-between mb-1">
|
<div class="flex justify-between mb-1">
|
||||||
<span class="text-base font-medium text-orange-700 dark:text-white">{{progress_people}} people</span>
|
<span class="text-base font-medium text-orange-700">{{progress_people}} people</span>
|
||||||
<span class="text-sm font-medium text-orange-700 dark:text-white">Goal: {{goal_people}}</span>
|
<span class="text-sm font-medium text-orange-700">Goal: {{goal_people}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700">
|
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
||||||
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_people|raw}}></div>
|
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_people|raw}}></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue