Browse Source

Fix stupid checkmark thing >:(

pull/514/head
Jip Fr 2 years ago
parent
commit
3b329bcf14
  1. 2
      src/pages/parts/errors/ErrorCard.tsx

2
src/pages/parts/errors/ErrorCard.tsx

@ -43,7 +43,7 @@ export function ErrorCard(props: { @@ -43,7 +43,7 @@ export function ErrorCard(props: {
<div className="flex items-center justify-center gap-3">
<Button
theme="secondary"
padding="p-2 md:px-4"
padding="p-2 h-10 min-w-[40px] md:px-4"
onClick={() => copyError()}
>
{hasCopied ? (

Loading…
Cancel
Save