]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/results/Item.js
mark completion green
[alttp.git] / resources / js / components / results / Item.js
index cc61dd06b66c15169fd0ed8692acb7273e0b75b4..5cdd3be42751c1b678508a1e3800a065b080bf93 100644 (file)
@@ -26,7 +26,7 @@ const Item = ({
                                        : null}
                                </span>
                                {result && result.has_finished ?
-                                       <Icon.FINISHED size="lg" />
+                                       <Icon.FINISHED className="text-success" size="lg" />
                                :
                                        <Icon.PENDING size="lg" />
                                }