chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-12-03 13:01:47 +05:30
parent dcbc2f1145
commit a1d69b3210
11 changed files with 151 additions and 210 deletions

View File

@@ -3,7 +3,7 @@
<template #body>
<div class="flex justify-between mb-4">
<div
class="flex items-center border rounded divide-x border-divider divide-divider"
class="flex items-center border divide-x rounded border-divider divide-divider"
>
<label class="mx-4">
{{ t("mqtt.qos") }}
@@ -61,7 +61,7 @@
id="select-color"
v-model="color"
type="color"
class="w-8 h-8 p-1 rounded bg-primary"
class="w-8 h-8 p-1 rounded bg-primary color-picker"
/>
</span>
</div>