feat(app): all the rest of the things

This commit is contained in:
rektdeckard
2023-03-22 01:29:34 -06:00
parent bdc1996a07
commit 1e95c69d43
18 changed files with 369 additions and 359 deletions

View File

@@ -80,7 +80,7 @@ const SettingsActions = () => {
onClick={copyDeepLinkToClipboard}
>
{copied ? (
<CheckCircle size={24} color="var(--green)" weight="fill" />
<CheckCircle size={24} color="var(--olive)" weight="fill" />
) : (
<Link size={24} />
)}