Fix #1038: Logout button should be change to gray (#1052)

This commit is contained in:
Pranav 2023-08-02 18:52:48 +05:30 committed by GitHub
parent 0ad35549ac
commit 552fb2378b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ export function SettingsNavbar() {
label="Logout"
onClick={handleLogout}
icon={<IconLogout size={theme.icon.size.md} />}
danger={true}
/>
</SubMenuNavbar>
);