aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/ViewInvoice.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/ViewInvoice.vue b/src/views/ViewInvoice.vue
index 4ac8325..68857b4 100644
--- a/src/views/ViewInvoice.vue
+++ b/src/views/ViewInvoice.vue
@@ -51,7 +51,7 @@ onMounted(() => {
</script>
<template>
- <div id="print-preview" class="bg-light text-black">
+ <div id="print-preview" class="bg-white text-black">
<invoiceHeader
:invoice="invoice" />
<invoiceItemsTable