Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set login button color scheme to blue
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 7591c50 commit 255c201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navigation.tsx
Expand Up @@ -152,10 +152,10 @@ export default function (props: {
/>
<Text>{data.id ? data.username : ""}</Text>
<Button
colorScheme="blue"
onClick={async () => await destroySession()}
size="md"
style={{ display: data.id ? "block" : "none" }}
variant="ghost"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 255c201

Please sign in to comment.