Skip to content

Commit 5d6eea3

Browse files
authored
Update: Add cursor: pointer to the state panel button (#123)
1 parent 6c378cf commit 5d6eea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/formStateTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const FormStateTable = ({
111111
textTransform: 'none',
112112
fontSize: 12,
113113
lineHeight: '14px',
114+
cursor: 'pointer',
114115
}}
115116
title="Toggle form state panel"
116117
onClick={() => {

0 commit comments

Comments
 (0)