Skip to content

Commit 6b7d120

Browse files
committed
Remove cursor example in readme
1 parent f407424 commit 6b7d120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎packages/theme/README.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ function App() {
139139
return (
140140
<ThemeProvider
141141
color={ { primary: 'blue' } }
142-
cursor={ { control: 'pointer' } }
143142
density="compact"
144143
>
145144
{ /* Your app content */ }

0 commit comments

Comments
 (0)