From 30eebf804fb5c4e32472499b293f5991f2b4f0fd Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:36:39 +0800 Subject: [PATCH] chore: remove unused style.module.css from app-icon component (#28302) --- .../components/base/app-icon/style.module.css | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 web/app/components/base/app-icon/style.module.css diff --git a/web/app/components/base/app-icon/style.module.css b/web/app/components/base/app-icon/style.module.css deleted file mode 100644 index 4ee84fb444..0000000000 --- a/web/app/components/base/app-icon/style.module.css +++ /dev/null @@ -1,23 +0,0 @@ -.appIcon { - @apply flex items-center justify-center relative w-9 h-9 text-lg rounded-lg grow-0 shrink-0; -} - -.appIcon.large { - @apply w-10 h-10; -} - -.appIcon.small { - @apply w-8 h-8; -} - -.appIcon.tiny { - @apply w-6 h-6 text-base; -} - -.appIcon.xs { - @apply w-5 h-5 text-base; -} - -.appIcon.rounded { - @apply rounded-full; -}