mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
match text color
This commit is contained in:
parent
875963c4c2
commit
e99a718e43
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export default function SignOutButton() {
|
|||
await signOut()
|
||||
}}
|
||||
>
|
||||
<Button variant="ghost" size="sm" type="submit">
|
||||
<Button variant="ghost" size="sm" type="submit" className="text-[#7D8994]">
|
||||
Sign Out
|
||||
</Button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue