[frontend/components] Update error UI styling
This commit is contained in:
parent
c354adf27f
commit
4aa64a46ce
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
@using System.Text
|
@using System.Text
|
||||||
|
@using Iceshrimp.Assets.PhosphorIcons
|
||||||
@using Iceshrimp.Frontend.Core.InMemoryLogger
|
@using Iceshrimp.Frontend.Core.InMemoryLogger
|
||||||
@using Iceshrimp.Frontend.Core.Services
|
@using Iceshrimp.Frontend.Core.Services
|
||||||
@using Iceshrimp.Frontend.Localization
|
@using Iceshrimp.Frontend.Localization
|
||||||
|
@ -50,8 +51,8 @@
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="btn" @onclick="Reload">@Loc["Reload Application"]</button>
|
<button class="button" @onclick="Reload"><Icon Name="Icons.ArrowsClockwise"/>@Loc["Reload Application"]</button>
|
||||||
<button class="btn" @onclick="DownloadLogs">@Loc["Download Logs"]</button>
|
<button class="button" @onclick="DownloadLogs"><Icon Name="Icons.DownloadSimple"/>@Loc["Download Logs"]</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue