mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 09:03:44 +00:00
feat: recolor update icon to yellow, get rid of shadow on homeview
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 16 KiB |
@@ -55,8 +55,7 @@ export function AchievementToast({
|
|||||||
alt="Update"
|
alt="Update"
|
||||||
className="w-8 h-8 object-contain"
|
className="w-8 h-8 object-contain"
|
||||||
style={{
|
style={{
|
||||||
imageRendering: "pixelated",
|
imageRendering: "pixelated"
|
||||||
filter: "drop-shadow(0 0 2px rgba(255, 255, 0, 0.8)) sepia(100%) saturate(500%) hue-rotate(5deg) brightness(1.2)"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -188,8 +188,6 @@ const HomeView = memo(function HomeView() {
|
|||||||
className="absolute right-4 w-6 h-6 object-contain"
|
className="absolute right-4 w-6 h-6 object-contain"
|
||||||
style={{
|
style={{
|
||||||
imageRendering: "pixelated",
|
imageRendering: "pixelated",
|
||||||
filter:
|
|
||||||
"drop-shadow(0 0 2px rgba(255, 255, 0, 0.8)) sepia(100%) saturate(500%) hue-rotate(5deg) brightness(1.2)",
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user