Skip to content

Commit

Permalink
Update OpStatus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 authored Nov 23, 2023
1 parent 49de4c2 commit 9c3f4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OpStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export function OpStatus() {
<div className="flex cursor-pointer items-center gap-2 rounded-full px-2.5 py-1.5 text-xs font-medium backdrop-blur-[75px] md:text-sm">
{isOn ? (
<div
className=" h-2.5 w-2.5 rounded-full bg-[#008000] animate-pulse"
className=" h-2.5 w-2.5 rounded-full bg-[#9EFF00] animate-pulse"
style={{
boxShadow:
"0 0 10px #008000, 0 0 20px #008000, 0 0 30px #008000, 0 0 40px #008000",
"0 0 10px ##9EFF00, 0 0 20px ##9EFF00, 0 0 30px ##9EFF00, 0 0 40px ##9EFF00",
}}
></div>
) : (
Expand Down

0 comments on commit 9c3f4f7

Please sign in to comment.