[frontend/components] Add danger style to account dropdown logout button
This commit is contained in:
parent
e922b5dd04
commit
066e60a1ec
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue