@royaloperahouse/chord 2.4.8-b-chord-development → 2.4.8-c-chord-development
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.
|
@@ -8066,7 +8066,7 @@ var InfoWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject4$o || (_tem
|
|
|
8066
8066
|
}, function (props) {
|
|
8067
8067
|
return "var(--base-color-" + props.background + ")";
|
|
8068
8068
|
});
|
|
8069
|
-
var InfoBodyWrapper = /*#__PURE__*/styled__default('div')(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n a {\n color: ", ";\n }\n"])), function (props) {
|
|
8069
|
+
var InfoBodyWrapper = /*#__PURE__*/styled__default('div')(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n a {\n text-decoration: underline;\n color: ", ";\n }\n"])), function (props) {
|
|
8070
8070
|
return props.background === exports.IInformationBackgroundColour.White ? 'var(--base-color-black)' : 'var(--base-color-white)';
|
|
8071
8071
|
});
|
|
8072
8072
|
|