Skip to content

Commit

Permalink
feat: update UI background color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Oct 15, 2024
1 parent 9e81a39 commit c173dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/POS/POS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<div class="flex w-full gap-2">
<div class="w-full">
<Button
class="w-full bg-green-500 dark:bg-green-700 py-6"
class="w-full bg-violet-500 dark:bg-violet-700 py-6"
@click="
sinvDoc.party && sinvDoc.items?.length
? saveOrder()
Expand All @@ -349,7 +349,7 @@
</slot>
</Button>
<Button
class="w-full mt-4 bg-orange-500 dark:bg-green-700 py-6"
class="w-full mt-4 bg-blue-500 dark:bg-blue-700 py-6"
@click="toggleModal('SavedInvoice', true)"
>
<slot>
Expand Down

0 comments on commit c173dc5

Please sign in to comment.