style(vscode-ide-companion): use tailwind to refactor some ui components

This commit is contained in:
yiliang114
2025-11-30 23:06:37 +08:00
parent 1acc24bc17
commit 1b37d729cb
27 changed files with 260 additions and 992 deletions

View File

@@ -32,10 +32,6 @@ export const FileIcon: React.FC<IconProps> = ({
</svg>
);
/**
* File list icon (16x16)
* Used for file type indicator in context pills
*/
export const FileListIcon: React.FC<IconProps> = ({
size = 16,
className,