Set login button color scheme to blue

This commit is contained in:
regalijan 2023-10-19 16:50:03 -04:00
parent 7591c50981
commit 255c201fab
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -152,10 +152,10 @@ export default function (props: {
/> />
<Text>{data.id ? data.username : ""}</Text> <Text>{data.id ? data.username : ""}</Text>
<Button <Button
colorScheme="blue"
onClick={async () => await destroySession()} onClick={async () => await destroySession()}
size="md" size="md"
style={{ display: data.id ? "block" : "none" }} style={{ display: data.id ? "block" : "none" }}
variant="ghost"
> >
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"