touchstudy-core 0.1.142 → 0.1.143

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.
@@ -29013,7 +29013,7 @@ var QuestionGroupBlockBody = function QuestionGroupBlockBody(_ref) {
29013
29013
  gap: 2
29014
29014
  }, !isMath && React__default.createElement(Stack, {
29015
29015
  sx: {
29016
- border: "1px solid " + (blockErrors ? open ? error.main : error.light : open ? theme.palette.secondary.main : theme.palette.secondary.light),
29016
+ border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? theme.palette.secondary.main : theme.palette.secondary.light),
29017
29017
  borderRadius: 2
29018
29018
  },
29019
29019
  gap: 1,
@@ -29210,7 +29210,7 @@ var QuestionGroupBlock = function QuestionGroupBlock(_ref) {
29210
29210
  expanded: open,
29211
29211
  onChange: handleToggle,
29212
29212
  sx: {
29213
- border: "1px solid " + (blockErrors ? open ? error.main : error.light : open ? yellow$1[500] : yellow$1[300])
29213
+ border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? yellow$1[900] : yellow$1[500])
29214
29214
  }
29215
29215
  }, React__default.createElement(AccordionSummary, {
29216
29216
  expandIcon: React__default.createElement(MdExpandMore, {
@@ -29667,7 +29667,7 @@ var ChapterBlock = function ChapterBlock(_ref) {
29667
29667
  expanded: open,
29668
29668
  onChange: handleToggle,
29669
29669
  sx: {
29670
- border: "1px solid " + (blockErrors ? open ? error.main : error.light : open ? (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.main : theme.palette.info.main : (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.light : theme.palette.info.light)
29670
+ border: "1.5px solid " + (blockErrors ? open ? error.main : error.light : open ? (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.main : theme.palette.info.main : (paths === null || paths === void 0 ? void 0 : paths.length) > 1 ? theme.palette.success.light : theme.palette.info.light)
29671
29671
  }
29672
29672
  }, React__default.createElement(AccordionSummary, {
29673
29673
  expandIcon: React__default.createElement(MdExpandMore, {