Update CopyOnClick.tsx

This commit is contained in:
Dane Everitt 2020-11-08 17:13:33 -08:00
parent 6795bae335
commit 842652a6b8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -15,7 +15,7 @@ const Toast = styled.div`
animation: ${fade} 250ms linear;
& > div {
${tw`rounded px-4 py-2 text-white bg-neutral-800 border border-neutral-900`};
${tw`rounded px-4 py-2 text-white bg-neutral-900 border border-black opacity-75`};
}
`;