diff --git a/public/images/Update_Icon.png b/public/images/Update_Icon.png index 3874d32..328c8ae 100644 Binary files a/public/images/Update_Icon.png and b/public/images/Update_Icon.png differ diff --git a/src/components/common/AchievementToast.tsx b/src/components/common/AchievementToast.tsx index a4f0755..49cec40 100644 --- a/src/components/common/AchievementToast.tsx +++ b/src/components/common/AchievementToast.tsx @@ -55,8 +55,7 @@ export function AchievementToast({ alt="Update" className="w-8 h-8 object-contain" style={{ - imageRendering: "pixelated", - filter: "drop-shadow(0 0 2px rgba(255, 255, 0, 0.8)) sepia(100%) saturate(500%) hue-rotate(5deg) brightness(1.2)" + imageRendering: "pixelated" }} /> ); diff --git a/src/components/views/HomeView.tsx b/src/components/views/HomeView.tsx index f360b7f..d40485f 100644 --- a/src/components/views/HomeView.tsx +++ b/src/components/views/HomeView.tsx @@ -188,8 +188,6 @@ const HomeView = memo(function HomeView() { className="absolute right-4 w-6 h-6 object-contain" style={{ imageRendering: "pixelated", - filter: - "drop-shadow(0 0 2px rgba(255, 255, 0, 0.8)) sepia(100%) saturate(500%) hue-rotate(5deg) brightness(1.2)", }} /> )}