Skip to content

Commit 6a07638

Browse files
committed
remove copy icon border
1 parent 88eebe0 commit 6a07638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vyper/src/app/components/CompileErrorCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function CompileErrorCard(props: { output: VyperCompilationError, plugin:
2525
Ask RemixAI
2626
</span>
2727
<span className="ms-3 pt-1 py-1">
28-
<CopyToClipboard content={props.output.message} className={`p-0 m-0 far fa-copy alert alert-danger`} direction={'top'} />
28+
<CopyToClipboard content={props.output.message} className={`p-0 m-0 far fa-copy alert alert-danger border-0`} direction={'top'} />
2929
</span>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)