Skip to content

Commit

Permalink
Fixed also template page
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaPalo committed Apr 12, 2024
1 parent 99cee1c commit 9e18adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Thumbnail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function Thumbnail({ diagram, i, zoom, theme }) {
>
<div className="flex items-center justify-start">
<div
className={`w-[6px] h-[6px] bg-[#2f68ad] opacity-80 z-50 rounded-full me-2`}
className={`w-[6px] h-[6px] bg-[#2f68adcc] rounded-full me-2`}
></div>
<div>{f.name}</div>
</div>
Expand Down

0 comments on commit 9e18adf

Please sign in to comment.