We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6795bae commit 842652aCopy full SHA for 842652a
resources/scripts/components/elements/CopyOnClick.tsx
@@ -15,7 +15,7 @@ const Toast = styled.div`
15
animation: ${fade} 250ms linear;
16
17
& > div {
18
- ${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`};
19
}
20
`;
21
0 commit comments