aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-18 02:22:08 +0900
committernsfisis <nsfisis@gmail.com>2024-08-18 02:22:08 +0900
commitc337d3066797050605b2e4e9c181c689f61d7482 (patch)
tree07581556b5be50e7da863fb7cf5a848074d121f8
parent6e405347ad218a6eb2ac1e24a6074deb41f74407 (diff)
downloadiosdc-japan-2024-albatross-c337d3066797050605b2e4e9c181c689f61d7482.tar.gz
iosdc-japan-2024-albatross-c337d3066797050605b2e4e9c181c689f61d7482.tar.zst
iosdc-japan-2024-albatross-c337d3066797050605b2e4e9c181c689f61d7482.zip
feat(frontend): do now use green color in watch page
-rw-r--r--frontend/app/components/Gaming/ExecStatusIndicatorIcon.tsx2
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":