From 49ad3618a824e48a90d41a400bd087e020163841 Mon Sep 17 00:00:00 2001 From: Psychotoxical <171614930+Psychotoxical@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:26:19 +0200 Subject: [PATCH] fix(themes): show animated-theme warning on the thumbnail in My Themes (#1022) --- src/components/settings/InstalledThemes.tsx | 35 ++++++++++++++------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/src/components/settings/InstalledThemes.tsx b/src/components/settings/InstalledThemes.tsx index ccb33635..a068bd0d 100644 --- a/src/components/settings/InstalledThemes.tsx +++ b/src/components/settings/InstalledThemes.tsx @@ -80,6 +80,30 @@ export function InstalledThemes() { )} + {animRisk && c.animated && ( + + + + )} {c.label} @@ -104,17 +128,6 @@ export function InstalledThemes() { CVD-safe )} - {animRisk && c.animated && ( - - - - )} {!c.fixed && (