Skip to content

Commit 05ffbd1

Browse files
Codeblock: change cursor to text, rather than pointer (#646)
1 parent 17f9834 commit 05ffbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeBlock/CodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const CodeBlockContainer = styled.div<{ $theme?: CodeThemeType }>`
4545
width: fill-available;
4646
width: stretch;
4747
position: relative;
48-
cursor: pointer;
48+
cursor: text;
4949
${({ theme, $theme }) => {
5050
const themeName = (theme.name !== "classic" ? theme.name : "light") as CodeThemeType;
5151

0 commit comments

Comments
 (0)