Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/client/src/components/fuel/FuelRefillList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
</script>

<div class="container mx-auto p-4">
<div class="container mx-auto p-4 text-gray-600 dark:text-gray-300">
<h2 class="text-2xl font-bold mb-4">Fuel Refill History</h2>

{#if loading}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
});
</script>

<div class="mt-8">
<div class="mt-8 text-gray-600 dark:text-gray-300">
<h3 class="mb-4 text-lg font-semibold text-gray-900 dark:text-gray-100">Insurance Details</h3>
{#if loading}
<div class="text-gray-500 dark:text-gray-400">Loading insurance details...</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
});
</script>

<div class="mt-8">
<div class="mt-8 text-gray-600 dark:text-gray-300">
<h3 class="mb-4 text-lg font-semibold text-gray-900 dark:text-gray-100">
Pollution Certificate Details
</h3>
Expand Down