Fix sorting order of brackets, show degrading attacks/ different attacks

This commit is contained in:
NilsUeter
2023-05-07 21:02:37 +02:00
parent 5b48dd99e6
commit b11c1c64bc
4 changed files with 39 additions and 22 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export const Arrow = (
<svg viewBox="0 0 16 8" width={16} height={8} fill="#536766">
<svg viewBox="0 0 16 8" width={16} height={8} fill="var(--primary-color)">
<path d="m0 0h10l6 4-6 4h-10z" />
</svg>
);