diff --git a/src/components/HungerAlert/HungerAlert.tsx b/src/components/HungerAlert/HungerAlert.tsx index 032f61f5..cb6d1d2a 100644 --- a/src/components/HungerAlert/HungerAlert.tsx +++ b/src/components/HungerAlert/HungerAlert.tsx @@ -22,12 +22,15 @@ export default function HungerAlert({ countryMapData }: HungerAlertProps) { ); return ( -
- - - -
- +
+
); } diff --git a/src/components/HungerAlert/style.css b/src/components/HungerAlert/style.css index 4a8c168e..9602fc3a 100644 --- a/src/components/HungerAlert/style.css +++ b/src/components/HungerAlert/style.css @@ -7,9 +7,10 @@ right: 0; bottom: 0; border-radius: 50%; - background: rgba(0, 0, 0, 0.2); + background: #3F3F46; z-index: -1; animation: pulse-animation 2s infinite ease-out; + border: 2px solid #f7b750; } .pulse::after {