diff options
| author | Saatvik Arya <[email protected]> | 2024-07-23 00:36:46 -0700 |
|---|---|---|
| committer | Saatvik Arya <[email protected]> | 2024-07-23 00:36:46 -0700 |
| commit | e99a718e433572f6e8ca9d78fbfdaebd8867786e (patch) | |
| tree | 1f0fb04fc91883725bb4a1383e0bca1598f60b35 /apps/web/app/(dash) | |
| parent | allow signout (diff) | |
| download | supermemory-e99a718e433572f6e8ca9d78fbfdaebd8867786e.tar.xz supermemory-e99a718e433572f6e8ca9d78fbfdaebd8867786e.zip | |
match text color
Diffstat (limited to 'apps/web/app/(dash)')
| -rw-r--r-- | apps/web/app/(dash)/header/signOutButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/header/signOutButton.tsx b/apps/web/app/(dash)/header/signOutButton.tsx index 3135d626..3ef5fa2a 100644 --- a/apps/web/app/(dash)/header/signOutButton.tsx +++ b/apps/web/app/(dash)/header/signOutButton.tsx @@ -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> |