+
+ class="rounded px-1 border-2 dark:bg-slate-700 border-gray-100 dark:border-slate-600 focus:border-gray-200 dark:focus:border-slate-500 outline-none w-30" />
{{client.name}}
@@ -126,7 +127,7 @@
-
+
@@ -136,7 +137,7 @@
v-on:keyup.enter="updateClientAddress(client, clientEditAddress); clientEditAddress = null; clientEditAddressId = null;"
v-on:keyup.escape="clientEditAddress = null; clientEditAddressId = null;"
:ref="'client-' + client.id + '-address'"
- class="rounded border-2 border-gray-100 focus:border-gray-200 outline-none w-20 text-black" />
+ class="rounded border-2 dark:bg-slate-700 border-gray-100 dark:border-slate-600 focus:border-gray-200 dark:focus:border-slate-500 outline-none w-20 text-black dark:text-slate-300" />
{{client.address}}
@@ -190,16 +191,16 @@
+ class="inline-block align-middle rounded-full w-10 h-6 mr-1 bg-green-600 cursor-pointer hover:bg-green-700 transition-all">
+ class="inline-block align-middle rounded-full w-10 h-6 mr-1 bg-gray-200 dark:bg-slate-400 cursor-pointer hover:bg-gray-300 dark:hover:bg-slate-500 transition-all">
-