[frontend/components] Add danger style to account dropdown logout button

This commit is contained in:
pancakes 2025-02-26 13:02:01 +10:00
parent e922b5dd04
commit 066e60a1ec
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
<Text>
<Icon Name="Icons.Users"/>@Loc["Change Account"]</Text>
</MenuElement>
<MenuElement OnSelect="Logout">
<MenuElement OnSelect="Logout" Danger>
<Text>
<Icon Name="Icons.SignOut"/>@Loc["Logout"]</Text>
</MenuElement>