Skip to content

Commit

Permalink
login page dark
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Jun 1, 2024
1 parent 6dfb989 commit 543e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/views/LoginView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="dark:bg-stone-900">
<section class="dark:bg-stone-800">
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto my-10 lg:py-0">

<div class="w-full bg-white rounded shadow dark:border md:mt-0 sm:max-w-md xl:p-0 dark:bg-stone-800 dark:border-stone-700">
Expand Down

0 comments on commit 543e516

Please sign in to comment.