Set login button color scheme to blue
This commit is contained in:
parent
7591c50981
commit
255c201fab
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user