Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e033c6

Browse files
committed
🧹
1 parent c455b38 commit 4e033c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎site/src/components/ErrorBoundary/RuntimeErrorState.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ export const RuntimeErrorState: FC<RuntimeErrorStateProps> = ({ error }) => {
9999
Stacktrace
100100
<CopyButton
101101
buttonClassName={css`
102-
backgroundcolor: transparent;
102+
background-color: transparent;
103103
border: 0;
104-
borderradius: 999;
105-
minheight: ${theme.spacing(4)};
106-
minwidth: ${theme.spacing(4)};
104+
border-radius: 999px;
105+
min-height: ${theme.spacing(4)};
106+
min-width: ${theme.spacing(4)};
107107
height: ${theme.spacing(4)};
108108
width: ${theme.spacing(4)};
109109

0 commit comments

Comments
 (0)