Add canonical style reference. Closes #155.

This commit is contained in:
Jack Kingsman
2026-04-03 14:27:44 -07:00
parent 3ca4f7edf7
commit 42e1b7b5d9
23 changed files with 373 additions and 90 deletions
@@ -95,7 +95,7 @@ export function VisualizerControls({
{PACKET_LEGEND_ITEMS.map((item) => (
<div key={item.label} className="flex items-center gap-2">
<div
className="w-5 h-5 rounded-full flex items-center justify-center text-[8px] font-bold text-white"
className="w-5 h-5 rounded-full flex items-center justify-center text-[0.5rem] font-bold text-white"
style={{ backgroundColor: item.color }}
>
{item.label}