feat: recolor update icon to yellow, get rid of shadow on homeview

This commit is contained in:
neoapps-dev
2026-09-14 14:55:05 +03:00
parent caf9dcacc7
commit 13c518e87f
3 changed files with 1 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 16 KiB

+1 -2
View File
@@ -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"
}}
/>
);
-2
View File
@@ -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)",
}}
/>
)}