diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx b/frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx index 8daf48c..b611c5d 100644 --- a/frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx +++ b/frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx @@ -32,7 +32,7 @@ export default function ExecStatusIndicatorIcon({ status }: Props) { <FontAwesomeIcon icon={faCircleCheck} fixedWidth - className="text-green-500" + className="text-sky-500" /> ); case "canceled": |
