Skip to content

Commit 8dcbfba

Browse files
added cursor: pointer;
1 parent 95a7061 commit 8dcbfba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/layouts/Home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const Home: React.FC = () => {
116116
borderRadius: '6px',
117117
padding: '13px 14px',
118118
marginTop: '10px',
119+
cursor: 'pointer',
119120
backgroundColor: box === e.text ? '#431D93' : '#fff',
120121
}}
121122
onClick={() => {

0 commit comments

Comments
 (0)