touchstudy-core 0.1.94 → 0.1.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7162,7 +7162,8 @@ var ChatHeader = function ChatHeader(_ref) {
7162
7162
  }, t("problem_number_question", {
7163
7163
  number: questionOrder + 1
7164
7164
  }))), !isCompleted ? React__default.createElement("div", {
7165
- onClick: toggleDialog
7165
+ onClick: toggleDialog,
7166
+ className: "pointer"
7166
7167
  }, React__default.createElement(Box, {
7167
7168
  padding: "8px 12px",
7168
7169
  display: "flex",