Skip to content

Commit 03cdc17

Browse files
fix: match arrow colours
1 parent 7080fbc commit 03cdc17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/analysis/[...id].tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,15 +1212,15 @@ const Analysis: React.FC<Props> = ({
12121212
<div className="flex w-12 flex-col items-center gap-2.5 text-[8px] font-semibold leading-none text-secondary/90">
12131213
<span className="inline-flex w-full flex-col items-center gap-0.5">
12141214
<span className="relative inline-flex h-3 w-5 items-center">
1215-
<span className="h-[3px] w-[calc(100%-4px)] rounded-full bg-human-3" />
1216-
<span className="absolute right-0 top-1/2 h-0 w-0 -translate-y-1/2 border-y-[4px] border-l-[5px] border-y-transparent border-l-human-3" />
1215+
<span className="h-[3px] w-[calc(100%-4px)] rounded-full bg-[#882020]" />
1216+
<span className="absolute right-0 top-1/2 h-0 w-0 -translate-y-1/2 border-y-[4px] border-l-[5px] border-y-transparent border-l-[#882020]" />
12171217
</span>
12181218
<span>Maia</span>
12191219
</span>
12201220
<span className="inline-flex w-full flex-col items-center gap-0.5">
12211221
<span className="relative inline-flex h-3 w-5 items-center">
1222-
<span className="h-[3px] w-[calc(100%-4px)] rounded-full bg-engine-2" />
1223-
<span className="absolute right-0 top-1/2 h-0 w-0 -translate-y-1/2 border-y-[4px] border-l-[5px] border-y-transparent border-l-engine-2" />
1222+
<span className="h-[3px] w-[calc(100%-4px)] rounded-full bg-[#003088]" />
1223+
<span className="absolute right-0 top-1/2 h-0 w-0 -translate-y-1/2 border-y-[4px] border-l-[5px] border-y-transparent border-l-[#003088]" />
12241224
</span>
12251225
<span>SF</span>
12261226
</span>

0 commit comments

Comments
 (0)