mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: minor styling fixes
This commit is contained in:
@@ -28,7 +28,7 @@ function Toggle(props) {
|
||||
":hover": { borderBottomColor: "primary" },
|
||||
}}
|
||||
>
|
||||
<Tip text={title} tip={isToggled ? onTip : offTip} />
|
||||
<Tip text={title} tip={isToggled ? onTip : offTip} sx={{ mr: 2 }} />
|
||||
<Switch onClick={onClick} checked={isToggled} />
|
||||
</Flex>
|
||||
);
|
||||
|
||||
@@ -176,7 +176,7 @@ function Settings(props) {
|
||||
<AccountStatus user={user} />
|
||||
) : (
|
||||
<Flex
|
||||
p={1}
|
||||
py={1}
|
||||
sx={{ borderRadius: "default", cursor: "pointer" }}
|
||||
onClick={async () => {
|
||||
hardNavigate("/login", { redirect: "/settings" });
|
||||
|
||||
Reference in New Issue
Block a user