mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-05-12 09:31:07 +08:00
Merged sidebar logout button style with other sidebar buttons
This commit is contained in:
parent
44bc211e4b
commit
3344ec1510
2 changed files with 2 additions and 15 deletions
|
@ -25,12 +25,12 @@ export default function Logout(props: props) {
|
|||
}
|
||||
|
||||
return (
|
||||
<div style={{ paddingTop: "40vh" }}>
|
||||
<div>
|
||||
<Button
|
||||
onClick={logout}
|
||||
value="Log out"
|
||||
variant="contained"
|
||||
style={styles.logout_button}
|
||||
style={styles.sidebar_button}
|
||||
>
|
||||
{props.children}
|
||||
<p style={{ ...styles.text_white, ...styles.text_S }}>Log Out</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue