Reintroduced opacity using RGBA

This commit is contained in:
ClaPalo
2024-04-11 20:08:05 -05:00
parent f6e6a50e9d
commit 99cee1c104
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ function Table({ table, grab }) {
>
<div className={hoveredField === i ? "text-zinc-500" : ""}>
<button
className={`w-[9px] h-[9px] bg-[#2f68ad] rounded-full me-2`}
className={`w-[9px] h-[9px] bg-[#2f68adcc] rounded-full me-2`}
/>
{e.name}
</div>