RTL issues solved

This commit is contained in:
Merve Karaman
2023-08-22 10:47:44 +03:00
parent 18def98537
commit 145dd635ba
6 changed files with 8 additions and 7 deletions

View File

@ -12,7 +12,7 @@
<div class="flex justify-between relative mt-1">
<input type="text" @change="change" :name="name" :id="name" v-model="color" @keyup="addColor" class="w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple">
<div class="absolute w-7 h-7 flex rounded-full my-auto bottom-2 right-2 cursor-pointer"
<div class="absolute w-7 h-7 flex rounded-full my-auto bottom-2 ltr:right-2 rtl:left-2 cursor-pointer"
ref="dropdownMenu"
@click="openPalette"
:class="`bg-${color}`"