Skip to content

Commit

Permalink
add dark mode in admin login layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yashkanakiya committed Mar 30, 2023
1 parent 9249105 commit 7be2646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/admin/layouts/LayoutLogin.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="grid h-screen grid-cols-12 overflow-y-hidden bg-gray-100">
<div class="grid h-screen grid-cols-12 overflow-y-hidden bg-gray-100 dark:bg-gray-900">
<NotificationRoot />

<div
Expand Down
1 change: 1 addition & 0 deletions resources/scripts/components/svg/LoginBottomVector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<path
d="M690 4.08004C518 -9.91998 231 4.08004 -6 176.361L231 197.08L1170 219.08C1113.33 175.747 909.275 21.928 690 4.08004Z"
fill="white"
class="dark:fill-gray-900"
fill-opacity="0.1"
/>
</svg>
Expand Down

0 comments on commit 7be2646

Please sign in to comment.