From 053342b4bb38f081c55f335afedddaf774d77d4d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 21 Jul 2026 08:39:37 +0200 Subject: [PATCH] Changed icon appearance --- .../Components/ReadFileContent.razor | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app/MindWork AI Studio/Components/ReadFileContent.razor b/app/MindWork AI Studio/Components/ReadFileContent.razor index 48195b7f..f5813c1c 100644 --- a/app/MindWork AI Studio/Components/ReadFileContent.razor +++ b/app/MindWork AI Studio/Components/ReadFileContent.razor @@ -18,13 +18,13 @@ @T("Drop one file here to load its content.") } + + @if (this.hasLoadedFileContent) { - - - + } @@ -41,10 +41,8 @@ else @if (this.hasLoadedFileContent) { - - - + } -} +} \ No newline at end of file