Merge commit 'refs/pull/35/head' of https://github.com/drawdb-io/drawdb

This commit is contained in:
1ilit
2024-04-14 09:59:25 +03:00
3 changed files with 6 additions and 9 deletions

View File

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