Skip to content

Commit bec1f2d

Browse files
committed
Override mui
1 parent 9f2e88d commit bec1f2d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/webdoc-default-template/static/scripts/default-template.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,17 +4505,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
45054505

45064506
var itemStyle = {
45074507
label: {
4508-
<<<<<<< Updated upstream
4509-
alignItems: "center",
4510-
display: "flex",
4511-
color: "#333333",
4512-
fontSize: 12,
4513-
height: "24px",
4514-
lineHeight: "14px"
4515-
},
4516-
labelLinks: {
4517-
color: "#333333"
4518-
=======
45194508
alignItems: "center !important",
45204509
display: "flex !important",
45214510
color: "#333333 !important",
@@ -4525,7 +4514,6 @@ var itemStyle = {
45254514
},
45264515
labelLinks: {
45274516
color: "#333333 !important"
4528-
>>>>>>> Stashed changes
45294517
},
45304518
iconContainer: {
45314519
color: "#333333",
@@ -4542,11 +4530,7 @@ var itemStyle = {
45424530
var useExplorerStyles = styles_makeStyles(itemStyle);
45434531
var useExplorerCategoryStyles = styles_makeStyles(_objectSpread(_objectSpread({}, itemStyle), {}, {
45444532
label: _objectSpread(_objectSpread({}, itemStyle.label), {}, {
4545-
<<<<<<< Updated upstream
4546-
fontWeight: "bold"
4547-
=======
45484533
fontWeight: "bold !important"
4549-
>>>>>>> Stashed changes
45504534
})
45514535
}));
45524536
// CONCATENATED MODULE: /Users/shukantpal/Web Projects/webdoc/common/temp/node_modules/.pnpm/registry.npmjs.org/@material-ui/core/4.11.2_react-dom@16.14.0+react@16.14.0/node_modules/@material-ui/core/esm/Typography/Typography.js

0 commit comments

Comments
 (0)