From 9e96b1c24e27cadd98e9dada1404fe4e0893dbfb Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Wed, 3 Jun 2026 19:33:50 +0200 Subject: [PATCH] fix: distinguish Themes tab icon from Appearance --- app/(main)/[locale]/settings/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/(main)/[locale]/settings/page.tsx b/app/(main)/[locale]/settings/page.tsx index c1f3a671..a8168a35 100644 --- a/app/(main)/[locale]/settings/page.tsx +++ b/app/(main)/[locale]/settings/page.tsx @@ -33,6 +33,7 @@ import { Languages, Info, Bug, + SwatchBook, Download, X, type LucideIcon, @@ -145,7 +146,7 @@ const tabIcons: Record = { protocol_handlers: LinkIcon, sidebar_apps: PanelLeftClose, about_data: Info, - themes: Palette, + themes: SwatchBook, plugins: Puzzle, debug: Bug, };