Skip to content

Commit 842652a

Browse files
committed
Update CopyOnClick.tsx
1 parent 6795bae commit 842652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/elements/CopyOnClick.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Toast = styled.div`
1515
animation: ${fade} 250ms linear;
1616
1717
& > div {
18-
${tw`rounded px-4 py-2 text-white bg-neutral-800 border border-neutral-900`};
18+
${tw`rounded px-4 py-2 text-white bg-neutral-900 border border-black opacity-75`};
1919
}
2020
`;
2121

0 commit comments

Comments
 (0)